guhongwei před 5 roky
rodič
revize
c4fa75db3a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {
-      if (this.user.uid) {
+      if (this.user.uid || this.user.suid) {
         if (
           this.user.role == '2' ||
           this.user.role == '3' ||