dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!269 code=401时request方法没有返回Promise.reject 修复 Merge pull request !269 from 严...
若依
2021-07-24
46b43b1bd9a1d3311ce54eb921d67401995c540e
[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'
})
}