dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!294 update ruoyi-ui/src/layout/index.vue. Merge pull request !294 from aa...
若依
2021-08-19
fec90d04872504700a21bf031140454fc344a6cd
[expert_management.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'
})
}