mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-10-22 02:17:42 +00:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
![]() |
import request from '@/utils/request'
|
||
|
|
||
|
// 查询缓存详细
|
||
|
export function getCache() {
|
||
|
return request({
|
||
|
url: '/monitor/cache',
|
||
|
method: 'get'
|
||
|
})
|
||
|
}
|