From 706f7a1328df01219b663826bd5c6e8ebb0ef185 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 27 一月 2024 11:42:56 +0800
Subject: [PATCH] Mr.Shi
---
platform/src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/platform/src/main.js b/platform/src/main.js
index ee5cfea..96b31bf 100644
--- a/platform/src/main.js
+++ b/platform/src/main.js
@@ -60,7 +60,7 @@
if (storeMenus.length > 0 && this.homePage == null) {
this.setHomePage(storeMenus[0])
}
- await fetchMenuTree()
+ await fetchMenuTree({ type: 0 })
.then(menus => {
// 娣诲姞鑿滃崟
storeMenus.push.apply(storeMenus, menus)
--
Gitblit v1.9.3