Explorar o código

feat:修复页面权限问题

liu.shiyi hai 1 ano
pai
achega
10ed92ffbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
         }