From 702a5222fb06bc5a188c35e05fefe2b125a571e7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 16 May 2024 20:01:45 +0800
Subject: [PATCH] 委办局角色登录后页面展示调整

---
 src/page/index/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index 7e08eab..4484688 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -66,6 +66,10 @@
         }
     },
     created () {
+        if (this.globalUserInfo.role_name.includes('wbj')) {
+            this.$store.commit("SET_COLLAPSE")
+        }
+
         if (this.webType != 'govern' && this.webType != 'ecall') {
             Watermark.set("饶城智理通" + ' ' + this.globalUserInfo.real_name + ' ' + this.getTime())
         }

--
Gitblit v1.9.3