dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!447 优化:解决导出数据时,LocalDateTime类型数据导出没数据问题 Merge pull request !447 from 黄严/dev
若依
2022-03-15
526957e0ac562007d1abb02759cf32c690914da6
[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'
})
}