From 78271db64b3c443ec9788f4c5e766582fa0119d3 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Tue, 9 Jul 2024 10:34:19 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=96=B0=E5=A2=9E=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=AE=9A=E4=BD=8D=E5=A4=A7=E5=B1=8F=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/locationLive/locationL.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/locationLive/locationL.vue b/src/views/locationLive/locationL.vue index 7c50a17..fc1dc08 100644 --- a/src/views/locationLive/locationL.vue +++ b/src/views/locationLive/locationL.vue @@ -25,12 +25,12 @@
@@ -203,8 +203,11 @@ function jumpBgd() {
if (COMPANY === "as") {
window.location.replace("http://182.90.224.237:15551/#/projectIndex"); // 鞍山项目
}
- if (COMPANY === "agjtCommand") {
- window.location.replace("http://47.93.215.234:9809" + "/#/login?token=" + store.token);
+ if (COMPANY === "agjtLocationLive") {
+ // window.location.replace("http://47.93.215.234:9809" + "/#/login?token=" + store.token);
+ // command=1&pathItem=project/smartSafeHat/dataPay
+ window.location.replace("http://192.168.34.175:8080/#/projectIndex"); // 鞍山项目
+ // window.location.replace("http://192.168.34.175:8080" + "/#/login?projectIndex" + "&token=" + store.token);
}
}