From 6abe22fc75b115d2a68103a4d8b24d0815a016f8 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 06 八月 2025 17:37:35 +0800
Subject: [PATCH] 登录页联调开发,首页开发

---
 src/pages.json |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 0e977d5..7a30555 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -12,9 +12,16 @@
   },
   "pages": [
     {
+      "path": "pages/splash",
+      "style": {
+        "navigationBarTitleText": "鍚姩椤�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/index",
       "style": {
-        "navigationBarTitleText": "鑻ヤ緷绉诲姩绔鏋�",
+        "navigationBarTitleText": "棣栭〉",
         "navigationStyle": "custom"
       }
     },
@@ -251,18 +258,6 @@
         "iconPath": "static/images/tabbar/home.png",
         "selectedIconPath": "static/images/tabbar/home_.png",
         "text": "棣栭〉"
-      },
-      {
-        "pagePath": "pages/work",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
-        "text": "宸ヤ綔鍙�"
-      },
-      {
-        "pagePath": "pages/template",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
-        "text": "妯℃澘"
       },
       {
         "pagePath": "pages/mine",

--
Gitblit v1.9.3