This commit is contained in:
clay
2022-01-16 22:53:34 +08:00
parent b7897ba20e
commit fa8bc05879
4 changed files with 26 additions and 23 deletions

View File

@@ -7,11 +7,10 @@
import request from '@/utils/request'
// 获取统计数据
export function getStatistic(data) {
export function getConfig(configKey) {
return request({
url: '/web/statistic',
method: 'post',
data:data
url: '/web/config/'+configKey,
method: 'get',
})
}
// 获取所有导航