浏览代码

feat:修复页面权限问题

liu.shiyi 1 年之前
父节点
当前提交
10ed92ffbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
         }