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