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);
}
}