|
|
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/category",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/order",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/member",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "preloadRule": {
- "pages/index/order": {
- "network": "all",
- "packages": ["pages_order"]
- }
- },
- "subPackages": [{
- "root": "pages_order",
- "pages": [
- {
- "path": "mine/partner"
- },
- {
- "path": "order/orderDetail",
- "style": {
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "order/newOrderDetail",
- "style": {
- "navigationBarTitleText": "待支付订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "mine/purse"
- },
- {
- "path": "mine/runningWater"
- },
- {
- "path": "mine/address"
- },
- {
- "path": "product/productDetail"
- },
- {
- "path": "auth/wxLogin"
- },
- {
- "path": "auth/wxUserInfo"
- },
- {
- "path": "mine/help"
- },
- {
- "path": "home/introduce"
- },
- {
- "path": "home/newsDetail"
- },
- {
- "path": "home/journalism"
- },
- {
- "path": "order/createOrder"
- },
- {
- "path": "order/afterSale"
- },
- {
- "path": "mine/balance"
- },
- {
- "path": "mine/commission"
- },
- {
- "path": "mine/withdraw"
- },
- {
- "path": "mine/recharge"
- },
- {
- "path": "mine/promotion"
- },
- {
- "path": "home/notice"
- },
- {
- "path": "home/contact"
- },
- {
- "path": "home/addEnterprise"
- },
- {
- "path": "mine/memberCenter"
- },
- {
- "path": "mine/recruit"
- },
- {
- "path": "mine/moreCommodity"
- },
- {
- "path": "mine/coupon"
- },
- {
- "path": "mine/updateUser"
- },
- {
- "path": "mine/team"
- },
- {
- "path": "mine/unbindTeam"
- },
- {
- "path": "mine/share"
- },
- {
- "path": "mine/wallet"
- },
- {
- "path": "mine/assets"
- },
- {
- "path": "mine/myTeam"
- },
- {
- "path": "order/instantGift"
- },
- {
- "path": "order/giftList"
- },
- {
- "path": "order/receiveGift"
- },
- {
- "path": "order/cartOrder"
- },
- {
- "path": "location/pickupPoint",
- "style": {
- "navigationBarTitleText": "取餐点选择"
- }
- },
- {
- "path": "order/groupMealDetail",
- "style": {
- "navigationBarTitleText": "团餐详情",
- "navigationStyle": "custom"
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "珠宝商城",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|