From b6fde711bf33cede4cb84f85146c32b0c0c61aa5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 04 十一月 2024 09:06:28 +0800
Subject: [PATCH] 优化需求
---
company/src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company/src/main.js b/company/src/main.js
index ee5cfea..e3587f1 100644
--- a/company/src/main.js
+++ b/company/src/main.js
@@ -60,7 +60,7 @@
if (storeMenus.length > 0 && this.homePage == null) {
this.setHomePage(storeMenus[0])
}
- await fetchMenuTree()
+ await fetchMenuTree(this.userInfo.type)
.then(menus => {
// 娣诲姞鑿滃崟
storeMenus.push.apply(storeMenus, menus)
--
Gitblit v1.9.3