From 070e6ce56f585eb26eabbb2ed17fef1e3e4026c5 Mon Sep 17 00:00:00 2001
From: zhoucong <123456>
Date: Mon, 16 May 2022 16:27:20 +0800
Subject: [PATCH] fix
---
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