01
This commit is contained in:
33
src/api/index.js
Normal file
33
src/api/index.js
Normal file
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @author: Clay
|
||||
* @date: 2022/1/14 13:26
|
||||
* @description:index
|
||||
* @email: clay@hchyun.com
|
||||
*/
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询测试列表
|
||||
export function getStatistic(data) {
|
||||
return request({
|
||||
url: '/web/statistic',
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
}
|
||||
// 查询测试列表
|
||||
export function getNavigation(data) {
|
||||
return request({
|
||||
url: '/web/getnavall',
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
}
|
||||
|
||||
// 查询测试列表
|
||||
export function getNode(data) {
|
||||
return request({
|
||||
url: '/web/node',
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user