flx:新增人员定位大屏跳转
This commit is contained in:
parent
530c64ebf0
commit
78271db64b
@ -25,12 +25,12 @@
|
||||
<div class="icon"><img src="@/assets/images/dustNoise/userIcon.png" /></div>
|
||||
<div class="userName">{{ adminName }}</div>
|
||||
</div>
|
||||
<!-- <div class="loginOut" @click="jumpBgd">
|
||||
<div class="loginOut" @click="jumpBgd">
|
||||
<div class="loginOutIcon">
|
||||
<img src="@/assets/images/dustNoise/jumpIcon.png" />
|
||||
</div>
|
||||
<div class="userName">项目后台</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="loginOut" @click="loginOut">
|
||||
<div class="loginOutIcon">
|
||||
<img src="@/assets/images/dustNoise/loginOut.png" />
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user