From 0b3c4a0ffa0ff53e892e5fdacc7c4ac196393a70 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 16 Dec 2025 15:32:48 +0800
Subject: [PATCH] feat:部署微信小程序测试

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

diff --git a/src/pages.json b/src/pages.json
index 49e545b..939a1f4 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -42,7 +42,14 @@
         "navigationBarTitleText": "登录页",
         "navigationStyle": "custom"
       }
+    },
+    {
+      "path": "pages/placeholder/placeholder",
+      "style": {
+        "navigationBarTitleText": "占位页面"
+      }
     }
+
   ],
   "subPackages": [
     {
@@ -174,6 +181,7 @@
         "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
+        "pagePath": "pages/placeholder/placeholder",
         "iconPath": "static/images/tabbar/drone.png",
         "visible": "true"
       },

--
Gitblit v1.9.3