dashboard
repositories
filestore
activity
search
login
main
/
xjEnterpriseInformation
原gitlab中xjEnterpriseInformation项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
remove and commit
郑永安
2023-06-19
451e341df739f387201914b67323efa1c4f4c8d3
[xjEnterpriseInformation.git]
/
ruoyi-vue
/
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'
})
}