From dad957f2d33ba871beeba251e7c51c1e7bb2b1ab Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 02 六月 2022 10:46:33 +0800 Subject: [PATCH] 'lct; --- src/api/sgyhpczl/hiddenDangerManagement.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/sgyhpczl/hiddenDangerManagement.js b/src/api/sgyhpczl/hiddenDangerManagement.js index 1e54b41..fab12b2 100644 --- a/src/api/sgyhpczl/hiddenDangerManagement.js +++ b/src/api/sgyhpczl/hiddenDangerManagement.js @@ -65,7 +65,7 @@ 'token': getTokenAndVerify().token, 'verify': getTokenAndVerify().verify }, - url: process.env.BASE_API+"/taboi/danger/self_list", + url: "/taboi/danger/self_list", contentType: "application/json", method: 'POST', data @@ -78,7 +78,7 @@ 'token': getTokenAndVerify().token, 'verify': getTokenAndVerify().verify }, - url: process.env.BASE_API+"/taboi/danger/self_save_do", + url: "/taboi/danger/self_save_do", contentType: "application/json", method: 'POST', data @@ -91,7 +91,7 @@ 'token': getTokenAndVerify().token, 'verify': getTokenAndVerify().verify }, - url: process.env.BASE_API+'/taboi/excel/self_export_do', + url: '/taboi/excel/self_export_do', method: 'post', responseType: 'arraybuffer', data @@ -104,7 +104,7 @@ 'token': getTokenAndVerify().token, 'verify': getTokenAndVerify().verify }, - url:process.env.BASE_API+ '/taboi/download/self_template', + url: '/taboi/download/self_template', method: 'get', responseType: 'arraybuffer', }); @@ -164,7 +164,7 @@ headers: { 'Authorization': getToken() }, - url: process.env.BASE_API + '/auth/verify', + url: '/auth/verify', method: 'get', data: { 'token': getToken(), 'action': 'getUserInfo' } }) -- Gitblit v1.9.2