From 1c71f2c3f41f74b96aaa183e9e909ba7d913fcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Sun, 12 Oct 2025 16:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=91=E6=8E=A7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/page/videoMonitoring.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/page/videoMonitoring.vue b/src/views/page/videoMonitoring.vue index ed67b923..8e77c4fb 100644 --- a/src/views/page/videoMonitoring.vue +++ b/src/views/page/videoMonitoring.vue @@ -261,11 +261,11 @@ export default { let userInfo = JSON.parse(localStorage.getItem("userInfo")); this.api.user_getjurisdiction(userInfo.userid).then((res1) => { if (res1.data.code == 200) { - this.limitUserId = (res1.data.data.filter(el => el.id == 2 || el.id == 1 || el.id == 5 || el.id == 7 || el.id == 8 || el.id == 9 || el.id == 10 || el.id == 11|| el.id == 12|| el.id == 13))[0].id; + this.url = res.data.data.ezopen this.accesstoken = res.data.data.accesstoken this.createVideoNew(res.data.data.accesstoken) - + this.limitUserId = (res1.data.data.filter(el => el.id == 2 || el.id == 1 || el.id == 5 || el.id == 7 || el.id == 8 || el.id == 9 || el.id == 10 || el.id == 11|| el.id == 12|| el.id == 13))[0].id; } }); } else {