From 036f7be38aaa641f5f20d39eaea77a560ecdd93f Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期一, 16 五月 2022 15:34:43 +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 172de8b..17869b6 100644 --- a/src/api/sgyhpczl/hiddenDangerRectification.js +++ b/src/api/sgyhpczl/hiddenDangerRectification.js @@ -69,7 +69,7 @@ 'token': getTokenAndVerify().token, 'verify':getTokenAndVerify().verify }, - url: "/taboi/danger/control_list", + url: process.env.ZT_API+"/taboi/danger/control_list", contentType: "application/json", method: 'POST', data @@ -81,7 +81,7 @@ 'token': getTokenAndVerify().token, 'verify':getTokenAndVerify().verify }, - url: "/taboi/file/upload_do", + url: process.env.ZT_API+"/taboi/file/upload_do", contentType: "multipart/form-data", method: 'POST', data, @@ -95,7 +95,7 @@ 'token': getTokenAndVerify().token, 'verify':getTokenAndVerify().verify }, - url: "/taboi/danger/delay_do", + url: process.env.ZT_API+"/taboi/danger/delay_do", contentType: "application/json", method: 'POST', data, @@ -108,7 +108,7 @@ 'token': getTokenAndVerify().token, 'verify': getTokenAndVerify().verify }, - url: '/taboi/excel/danger_export_do', + url: process.env.ZT_API+'/taboi/excel/danger_export_do', method: 'post', responseType: 'arraybuffer', data -- Gitblit v1.9.2