Browse Source

feat:修复页面权限问题

liu.shiyi 1 year ago
parent
commit
10ed92ffbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data-room-ui/packages/BigScreenDesign/index.vue

+ 1 - 1
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()
         }