From a1319c28ae9748b774f5709956bf894c7977d4bf Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 31 十二月 2025 18:02:38 +0800
Subject: [PATCH] fix: bug

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

diff --git a/apps/cStandardMiniApp/src/app.config.ts b/apps/cStandardMiniApp/src/app.config.ts
index 87461fc..f215c3e 100644
--- a/apps/cStandardMiniApp/src/app.config.ts
+++ b/apps/cStandardMiniApp/src/app.config.ts
@@ -1,6 +1,6 @@
 export default defineAppConfig({
-  entryPagePath: 'pages/home/index',
-  pages: ['pages/home/index', 'pages/task/task', 'pages/mine/index'],
+  entryPagePath: 'pages/mine/index',
+  pages: ['pages/task/task', 'pages/mine/index'],
   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/task/task',
         iconPath: 'assets/tabbar/icon-task.png',

--
Gitblit v1.10.0