1.修改消防值班的地址修改
parent
0a4f9898cb
commit
4a97b267cb
|
@ -46,7 +46,8 @@
|
|||
<el-button v-waves class="filter-item" type="success" icon="el-icon-refresh" @click="goKeyReset">
|
||||
重置/刷新
|
||||
</el-button>
|
||||
<el-button v-show="loginUserId == '1eb5a703b6ce41a6b696e884f6a22e6b' || loginUserId == '97315833c62043e5a13e28999755feae' ||loginUserId == 'b837a1b53ec848db8b363b3e99e8f641'" class="filter-item" type="primary" icon="el-icon-refresh" @click="gotozhiban">
|
||||
<el-button v-show="loginUserId == '1eb5a703b6ce41a6b696e884f6a22e6b' || loginUserId == '97315833c62043e5a13e28999755feae'
|
||||
||loginUserId == 'b837a1b53ec848db8b363b3e99e8f641'" class="filter-item" type="primary" icon="el-icon-refresh" @click="gotozhiban">
|
||||
值班
|
||||
</el-button>
|
||||
<!-- <el-button v-waves class="filter-item" type="success" icon="el-icon-refresh" @click="confirmRole">-->
|
||||
|
@ -723,11 +724,13 @@ export default {
|
|||
})
|
||||
},
|
||||
gotozhiban() {
|
||||
window.open('https://192.168.192.201:9007/web/webrtc/meetingDemo2/zhiban2.html?userId=' + this.loginUserId + '&userName=' + this.loginUserName, '_blank')
|
||||
// https://192.168.192.201:9005/CloudroomVideoSDKH5/meetingDemo/zhiban.html?userId=1
|
||||
// window.open('https://skqhdg.porthebei.com:9005/CloudroomVideoSDKH5/meetingDemo/zhiban.html?userId=' + this.loginUserId + '&userName=' + this.loginUserName, '_blank')
|
||||
// http://192.168.192.201:8992/CloudroomVideoSDKH5/meetingDemo/zhiban.html?userId=1eb5a703b6ce41a6b696e884f6a22e6b&userName=%E4%B8%AD%E9%98%9F1
|
||||
// this.$router.push('/BI')
|
||||
if (this.loginUserId == '1eb5a703b6ce41a6b696e884f6a22e6b'){
|
||||
window.open(' https://bzhps.qhdsafety.com/aaa/#/index?userId=1eb5a703b6ce41a6b696e884f6a22e6b&userName=%E4%B8%AD%E9%98%9F1')
|
||||
}else if (this.loginUserId == '97315833c62043e5a13e28999755feae'){
|
||||
window.open('https://bzhps.qhdsafety.com/aaa/#/index?userId=97315833c62043e5a13e28999755feae&userName=%E4%B8%AD%E9%98%9F2')
|
||||
}else if (this.loginUserId == 'b837a1b53ec848db8b363b3e99e8f641'){
|
||||
window.open(' https://bzhps.qhdsafety.com/aaa/#/index?userId=b837a1b53ec848db8b363b3e99e8f641&userName=%E4%B8%AD%E9%98%9F3')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue