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
|
||||
})
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
/**
|
||||
* @author: Clay
|
||||
* @date: 2021/12/27 22:50
|
||||
* @description:test
|
||||
* @email: clay@hchyun.com
|
||||
*/
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询测试列表
|
||||
export function test() {
|
||||
return request({
|
||||
url: '/sist/test/test',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user