|
|
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/tourGuide",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["pages_order"]
- }
- },
- "subPackages": [{
- "root": "pages_order",
- "pages": [{
- "path": "order/orderDetail",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "mine/address",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "product/productDetail",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "auth/wxLogin"
- },
- {
- "path": "auth/wxUserInfo"
- },
- {
- "path": "order/order"
- },
- {
- "path": "mine/cart"
- },
- {
- "path": "service/carefree"
- },
- {
- "path": "service/applyRelic",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/tellList",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/experience",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/following",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "mine/subscribe"
- },
- {
- "path": "product/productList",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/StudyFurther",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/situation"
- },
- {
- "path": "order/orderSubscribe"
- },
- {
- "path": "service/StudyAndPathDetail",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/reservationDetail",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/heritagePath",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/articleDetail",
- "style": {
- "enablePullDownRefresh" : true
- }
- },
- {
- "path": "service/help"
- },
- {
- "path": "mine/volunteer"
- },
- {
- "path": "mine/collect"
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|