|
|
@@ -0,0 +1,22 @@
|
|
|
+{
|
|
|
+ "pages": [
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/login/login",
|
|
|
+ "pages/login-success/login-success",
|
|
|
+ "pages/person/person",
|
|
|
+ "pages/detail/detail",
|
|
|
+ "pages/userinfo/userinfo",
|
|
|
+ "pages/my-apply/my-apply",
|
|
|
+ "pages/my-order/my-order",
|
|
|
+ "pages/payment-records/payment-records",
|
|
|
+ "pages/payment-records-detail/payment-records-detail",
|
|
|
+ "pages/tax-certificate/tax-certificate"
|
|
|
+ ],
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTitleText": "开心灵工",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ },
|
|
|
+ "sitemapLocation": "sitemap.json"
|
|
|
+}
|