Compare commits
No commits in common. "08c1c98374788c25b3766152f4faec609249e57c" and "2431648317a7cffc0f04440ce1f121a3c514c467" have entirely different histories.
08c1c98374
...
2431648317
|
@ -46,8 +46,7 @@
|
|||
<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">-->
|
||||
|
@ -724,13 +723,11 @@ export default {
|
|||
})
|
||||
},
|
||||
gotozhiban() {
|
||||
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')
|
||||
}
|
||||
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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue