From e89b10852381b2dc3c83e147194bccdec9017172 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 02 八月 2024 11:41:50 +0800
Subject: [PATCH] 1
---
pages.json | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index dc76b13..dcbeb32 100644
--- a/pages.json
+++ b/pages.json
@@ -129,6 +129,20 @@
"style": {
"navigationBarTitleText": "理赔单详情"
}
+ },
+ {
+ "path" : "pages/user/user-bind-wx/user-bind-wx",
+ "style" :
+ {
+ "navigationBarTitleText" : "绑定微信"
+ }
+ },
+ {
+ "path" : "pages/home/components/home-search",
+ "style" :
+ {
+ "navigationBarTitleText" : "搜鲜花"
+ }
}
],
"subPackages": [{
@@ -264,6 +278,13 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "delivery/station-delivery",
+ "style" :
+ {
+ "navigationBarTitleText" : "集货站"
+ }
}
// #endif
]
--
Gitblit v1.9.3