From 4a97b267cb117df61092455f17be70e4ecc9cda0 Mon Sep 17 00:00:00 2001 From: guoyuepeng <770272267@qq.com> Date: Tue, 14 Jan 2025 11:29:25 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=B6=88=E9=98=B2=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E7=9A=84=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/police/police_book/components/list.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/police/police_book/components/list.vue b/src/views/police/police_book/components/list.vue index 0a8a3ec..79b2e50 100644 --- a/src/views/police/police_book/components/list.vue +++ b/src/views/police/police_book/components/list.vue @@ -46,7 +46,8 @@ 重置/刷新 - + 值班 @@ -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') + } } } }