UNPKG

htao-common

Version:

通用

10 lines (8 loc) 170 B
import request from '@/utils/request' // 查询缓存详细 export function getCache() { return request({ url: '/monitor/cache', method: 'get' }) }