公告板
版本库
filestore
活动
搜索
登录
main
/
ytslOA-client
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交代码
唐耀东
2021-12-31
285eb9dda9b594ad185c9f612c9881af6956f35b
[ytslOA-client.git]
/
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'
})
}