仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
update springboot-admin 2.6.6 => 2.6.7 update springboot-mybatis 2.2.0 => 2...
疯狂的狮子li
2022-05-10
80d1e28d0f5b643a753a2989dbba4e123b9ad87d
[lbqms.git]
/
ruoyi-ui
/
src
/
api
/
monitor
/
cache.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 查询缓存详细
export function getCache() {
return request({
url: '/monitor/cache',
method: 'get'
})
}