flx:修改人员定位大屏文字
This commit is contained in:
parent
f9e1f153a6
commit
039c66f7bf
@ -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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user