flx:修改人员定位大屏文字

This commit is contained in:
X_Rian 2024-07-15 17:22:31 +08:00
parent f9e1f153a6
commit 039c66f7bf

View File

@ -151,7 +151,8 @@
@click="toOverview6()"
>
<img src="@/assets/images/icon-location.png" alt srcset />
人员定位实时预览
<!-- 人员定位实时预览 -->
定位大屏
</p>
<p
v-show="
@ -538,7 +539,7 @@ export default {
// this.$store.state.userInfo.token
this.jumpToken = localStorage.getItem("jumpToken");
// "http://192.168.34.175:8081/#/large"
// window.open("http://192.168.34.129:8081/#/large" + "?token=" + this.jumpToken, "_self");
// window.open("http://192.168.34.175:8081/#/large" + "?token=" + this.jumpToken, "_self");
window.open(this.newBigScreen + "?token=" + this.jumpToken, "_self");
// window.open('http://192.168.34.138:8081/#/large?token=' + this.jumpToken + '&sn=' + this.$store.state.projectSn, "_self")//token
}