dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
调整代码生成页列宽
RuoYi
2020-12-13
ceefa20aa20efdd50a7bfc9a2b4d41ff25c4c544
[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'
})
}