|
|
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/order",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/category",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "navigationStyle": "custom" ,
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/member",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["pages_order"]
- }
- },
- "subPackages": [{
- "root": "pages_order",
- "pages": [
- {
- "path": "orderEvaluation",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom" ,
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "orderDetails",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom" ,
- "navigationBarTextStyle": "white"
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒店桌布",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|