From 1e72942aa4848ae4835e7f30bb4adc01f9ce5bdc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 23 二月 2024 11:45:58 +0800
Subject: [PATCH] mrshi
---
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