11
This commit is contained in:
@@ -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',
|
||||
})
|
||||
}
|
||||
// 获取所有导航
|
||||
|
||||
Reference in New Issue
Block a user