From 9d901b4215323c97a00a068cd962f5c9c04dadfa Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 04 九月 2025 10:15:09 +0800
Subject: [PATCH] 前端
---
small-program/pages.json | 105 ++++++++++++++++++++++++++--------------------------
1 files changed, 52 insertions(+), 53 deletions(-)
diff --git a/small-program/pages.json b/small-program/pages.json
index ce628ff..6b9adf1 100644
--- a/small-program/pages.json
+++ b/small-program/pages.json
@@ -87,24 +87,10 @@
}
},
{
- "path" : "pages/set-up/set-up",
- "style" :
- {
- "navigationBarTitleText" : "璁剧疆"
- }
- },
- {
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "鐧诲綍椤�"
- }
- },
- {
- "path" : "pages/withdrawal/withdrawal",
- "style" :
- {
- "navigationBarTitleText" : "鎻愮幇"
}
},
{
@@ -113,50 +99,63 @@
{
"navigationBarTitleText" : "浣欓鏄庣粏"
}
- },
+ },
+
{
- "path" : "pages/withdrawal-successful/withdrawal-successful",
+ "path" : "pages/rich-text-page/rich-text-page",
"style" :
{
- "navigationBarTitleText" : "鎻愮幇鎴愬姛"
- }
- },
- {
- "path" : "pages/employment-certification/employment-certification",
- "style" :
- {
- "navigationBarTitleText" : "鐢ㄥ伐璁よ瘉"
- }
- },
- {
- "path" : "pages/freight-certification/freight-certification",
- "style" :
- {
- "navigationBarTitleText" : "杩愯揣璁よ瘉"
- }
- },
- {
- "path" : "pages/catering-certification/catering-certification",
- "style" :
- {
- "navigationBarTitleText" : "渚涢璁よ瘉"
- }
- },
- {
- "path" : "pages/certification-successful/certification-successful",
- "style" :
- {
- "navigationBarTitleText" : "璁よ瘉鎴愬姛"
- }
- },
- {
- "path" : "pages/certification-results/certification-results",
- "style" :
- {
- "navigationBarTitleText" : "璁よ瘉缁撴灉"
+ "navigationBarTitleText" : "瀵屾枃鏈〉闈�"
}
}
- ],
+ ],
+ "subPackages": [{
+ "root": "packageA", // 鍒嗗寘鐨勬牴鐩綍
+ "name": "packageA", // 鍒嗗寘鐨勬牴鐩綍
+ "pages":[
+ {
+ "path" : "pages/withdrawal/withdrawal",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎻愮幇"
+ }
+ },
+ {
+ "path" : "pages/withdrawal-successful/withdrawal-successful",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎻愮幇鎴愬姛"
+ }
+ },
+ {
+ "path" : "pages/set-up/set-up",
+ "style" :
+ {
+ "navigationBarTitleText" : "璁剧疆"
+ }
+ },
+ {
+ "path" : "pages/employment-certification/employment-certification",
+ "style" :
+ {
+ "navigationBarTitleText" : "鐢ㄥ伐璁よ瘉"
+ }
+ },
+ {
+ "path" : "pages/certification-results/certification-results",
+ "style" :
+ {
+ "navigationBarTitleText" : "璁よ瘉缁撴灉"
+ }
+ }
+ ]
+ }],
+ "preloadRule":{
+ "pages/mine/mine":{
+ "network": "all",
+ "packages": ["packageA"]
+ }
+ },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
--
Gitblit v1.9.3