From 9874017fab69ecda3597804850aa91839b1bf64b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 24 十二月 2025 17:40:52 +0800
Subject: [PATCH] feat: init

---
 apps/bStandardMiniApp/src/app.config.ts |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apps/bStandardMiniApp/src/app.config.ts b/apps/bStandardMiniApp/src/app.config.ts
index 61d04c3..d02c9a8 100644
--- a/apps/bStandardMiniApp/src/app.config.ts
+++ b/apps/bStandardMiniApp/src/app.config.ts
@@ -1,6 +1,6 @@
 export default defineAppConfig({
-  entryPagePath: 'pages/home/index',
-  pages: ['pages/home/index', 'pages/mine/index', 'pages/workbenches/workbenches'],
+  entryPagePath: 'pages/workbenches/workbenches',
+  pages: ['pages/mine/index', 'pages/workbenches/workbenches'],
   requiredPrivateInfos: ['getLocation', 'chooseLocation'],
   permission: {
     'scope.userLocation': {
@@ -19,12 +19,12 @@
   },
   tabBar: {
     list: [
-      {
-        pagePath: 'pages/home/index',
-        iconPath: 'assets/tabbar/icon-home.png',
-        selectedIconPath: 'assets/tabbar/icon-home-active.png',
-        text: '棣栭〉',
-      },
+      // {
+      //   pagePath: 'pages/home/index',
+      //   iconPath: 'assets/tabbar/icon-home.png',
+      //   selectedIconPath: 'assets/tabbar/icon-home-active.png',
+      //   text: '棣栭〉',
+      // },
       {
         pagePath: 'pages/workbenches/workbenches',
         iconPath: 'assets/tabbar/icon-task.png',

--
Gitblit v1.10.0