1122
This commit is contained in:
14
cdTMP/src/api/testmanage/project.js
Normal file
14
cdTMP/src/api/testmanage/project.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { request } from "@/api/request"
|
||||
export default {
|
||||
/**
|
||||
* 获取项目列表信息
|
||||
* @returns {Array}
|
||||
*/
|
||||
getPageList(params = {}) {
|
||||
return request({
|
||||
url: "testmanage/project/index",
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user