guhongwei 4 年之前
父节点
当前提交
c4fa75db3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hallList/parts/list.vue

+ 1 - 1
src/views/hallList/parts/list.vue

@@ -49,7 +49,7 @@ export default {
     },
     },
     // 跳转
     // 跳转
     async linkBtn(id) {
     async linkBtn(id) {
-      if (this.user.uid) {
+      if (this.user.uid || this.user.suid) {
         if (
         if (
           this.user.role == '2' ||
           this.user.role == '2' ||
           this.user.role == '3' ||
           this.user.role == '3' ||