From 97039714cbc5fe7dbc9f6f34e5f3571d24fdad47 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Mon, 16 May 2022 15:14:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
src/api/sgyhpczl/delayHiddenDangerRectification.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/sgyhpczl/delayHiddenDangerRectification.js b/src/api/sgyhpczl/delayHiddenDangerRectification.js
index 1790060..4d45019 100644
--- a/src/api/sgyhpczl/delayHiddenDangerRectification.js
+++ b/src/api/sgyhpczl/delayHiddenDangerRectification.js
@@ -78,7 +78,7 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: "/taboi/danger/delay_list",
+ url: process.env.BASE_API+"/taboi/danger/delay_list",
contentType: "application/json",
method: 'POST',
data
@@ -91,7 +91,7 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: "/taboi/danger/next_step_do",
+ url: process.env.BASE_API+"/taboi/danger/next_step_do",
contentType: "application/json",
method: 'POST',
data
--
Gitblit v1.9.2