From bcd69d38e256129077d6dfc71f2b1781bcce71e4 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 18 Mar 2024 17:51:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 utils/func.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/utils/func.js b/utils/func.js
index d338d57..949da3d 100644
--- a/utils/func.js
+++ b/utils/func.js
@@ -26,7 +26,8 @@
 		const {
 			data
 		} = await dynamicMenu({
-			roleId: activeRoleId
+			roleId: activeRoleId,
+			roleName: resDetail.data.roleName
 		})
 
 		let appMenu = data.filter(e => e.name == 'app')[0].children

--
Gitblit v1.9.3