dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!376 camelCase中应该转换下划线,而不是横杠 Merge pull request !376 from khejing/master
若依
2021-11-26
ea71c9b214851961e04e295055fc19dfc7943423
[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'
})
}