提交http配置
This commit is contained in:
parent
9ea4ce890f
commit
613fd3d85b
|
|
@ -27,7 +27,7 @@ class HttpConfig {
|
|||
// materialPath = `${this.baseUrl}/dev-api/material`
|
||||
baseUrl =
|
||||
ENV === "production"
|
||||
? "http://112.29.103.165:21626/dev-api"
|
||||
? "http://192.168.0.56:21627/dev-api"
|
||||
: this.target;
|
||||
authPath =
|
||||
ENV === "production" ? `${this.baseUrl}/auth` : `${this.baseUrl}/auth`;
|
||||
|
|
@ -78,7 +78,7 @@ class HttpConfig {
|
|||
fetchTrueExamList: "/tm_task/getLeaseManageListAll", // 获取领料审批列表
|
||||
fetchTrueExamListCq: "/tm_task/getLeaseManageListAllCq", // 获取重庆领料审批列表
|
||||
fetchDetailList: "/tm_task/getLeaseListAllCq", // 获取领料明细列表
|
||||
fetchConfirmByCq:"/tm_task/updateLeaseTaskStatusConfirmByCq",
|
||||
fetchConfirmByCq: "/tm_task/updateLeaseTaskStatusConfirmByCq",
|
||||
subExam: "/tm_task/auditLeaseByCompany", // 通过领料审批
|
||||
subExamCq: "/tm_task/auditLeaseByCompanyCq", // 通过重庆领料审批
|
||||
rejectExam: "/tm_task/rejectLeaseByCompany", // 驳回领料审批
|
||||
|
|
|
|||
Loading…
Reference in New Issue