From 10ed92ffbc02d6a28b89c6c2e83272c6a7e30da2 Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Tue, 11 Jul 2023 10:58:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BigScreenDesign/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/BigScreenDesign/index.vue b/data-room-ui/packages/BigScreenDesign/index.vue index b3c5b248..4be0f86f 100644 --- a/data-room-ui/packages/BigScreenDesign/index.vue +++ b/data-room-ui/packages/BigScreenDesign/index.vue @@ -272,7 +272,7 @@ export default { // 判断页面权限 permission () { get(`/bigScreen/permission/check/${this.$route.query.code}`).then(res => { - this.hasPermission = !res + this.hasPermission = res if (res) { this.init() }