From bb455cebea17349a2f5ed0d4e86eac3905b24585 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 26 Sep 2022 17:19:35 +0800
Subject: [PATCH] '修改'
---
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