|
@@ -228,7 +228,7 @@ export default defineComponent({
|
|
|
daHuaStore.DAHUAMeetingUser(meetObj.meetId);
|
|
|
daHuaStore.DAHUAUserInfo().then(u => {
|
|
|
console.log(u,'+++++++');
|
|
|
- initSocket(u.userCode,memberObj);
|
|
|
+ // initSocket(u.userCode,memberObj);
|
|
|
})
|
|
|
})
|
|
|
|
|
@@ -303,7 +303,7 @@ export default defineComponent({
|
|
|
if (item.type == "client") {
|
|
|
this.slectOptionmini(item.userId).then((arr) => {
|
|
|
if (arr) {
|
|
|
- this.vPlayArea.openAppVideo(arr);
|
|
|
+ // this.vPlayArea.openAppVideo(arr);
|
|
|
}
|
|
|
});
|
|
|
} else if (item.type == "single") { //播放单兵视频
|