From 2fbf3247052e795dfbc3a30a02ce704dc5488c7a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 24 May 2024 08:41:32 +0800
Subject: [PATCH] E呼即办页面优化
---
src/store/modules/user.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 9400031..4105007 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -105,6 +105,7 @@
if (
findChildrenRole(data.role_name, "admin") ||
findChildrenRole(data.role_name, "administrator") ||
+ findChildrenRole(data.role_name, "gagly") ||
findChildrenRole(data.role_name, "jdgly") ||
findChildrenRole(data.role_name, "sqgly")
) {
--
Gitblit v1.9.3