|
|
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/order",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/activity",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/message",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/category",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["pages_order"]
- }
- },
- "subPackages": [{
- "root": "pages_order",
- "pages": [{
- "path": "order/orderDetail"
- },
- {
- "path": "mine/purse"
- },
- {
- "path": "mine/runningWater"
- },
- {
- "path": "mine/address"
- },
- {
- "path": "product/productDetail"
- },
- {
- "path": "auth/wxLogin"
- },
- {
- "path": "auth/wxUserInfo"
- },
- {
- "path": "auth/loginAndRegisterAndForgetPassword"
- },
- {
- "path": "mine/help"
- },
- {
- "path": "renting/rentingList"
- },
- {
- "path": "renting/rentingDetail"
- },
- {
- "path": "renting/addRenting"
- },
- {
- "path": "recruit/recruitList"
- },
- {
- "path": "recruit/addRecruit"
- },
- {
- "path": "recruit/recruitDetail"
- },
- {
- "path": "post/postDetail"
- },
- {
- "path": "post/addPost"
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒店桌布",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {},
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|