From 27d6c869e1fac29b6e267f1ccfb1373658bbdffa Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 19 May 2022 17:42:28 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/ztqt
---
src/api/sgyhpczl/hiddenDangerRectification.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/api/sgyhpczl/hiddenDangerRectification.js b/src/api/sgyhpczl/hiddenDangerRectification.js
index 17869b6..172de8b 100644
--- a/src/api/sgyhpczl/hiddenDangerRectification.js
+++ b/src/api/sgyhpczl/hiddenDangerRectification.js
@@ -69,7 +69,7 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: process.env.ZT_API+"/taboi/danger/control_list",
+ url: "/taboi/danger/control_list",
contentType: "application/json",
method: 'POST',
data
@@ -81,7 +81,7 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: process.env.ZT_API+"/taboi/file/upload_do",
+ url: "/taboi/file/upload_do",
contentType: "multipart/form-data",
method: 'POST',
data,
@@ -95,7 +95,7 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: process.env.ZT_API+"/taboi/danger/delay_do",
+ url: "/taboi/danger/delay_do",
contentType: "application/json",
method: 'POST',
data,
@@ -108,7 +108,7 @@
'token': getTokenAndVerify().token,
'verify': getTokenAndVerify().verify
},
- url: process.env.ZT_API+'/taboi/excel/danger_export_do',
+ url: '/taboi/excel/danger_export_do',
method: 'post',
responseType: 'arraybuffer',
data
--
Gitblit v1.9.2