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