{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/index/index", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/index/chooseLogin", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/index/registration", "style" : { "navigationBarTitleText" : "认证登录", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "#FFFFFF" } }, { "path" : "pages/index/phoneLogin", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/my", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom", "navigationBarBackgroundColor": "#FDFDFD" } }, { "path" : "pages/activityList/index", "style" : { "navigationBarTitleText" : "选酒", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" // "navigationStyle": "custom" } }, { "path" : "pages/activityList/activityList", "style" : { "navigationBarTitleText" : "活动招募", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" // "navigationStyle": "custom" } }, { "path" : "pages/activityList/styleSelection", "style" : { "navigationBarTitleText" : "风格选酒", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" // "navigationStyle": "custom" } }, { "path" : "pages/activityList/hotLabel", "style" : { "navigationBarTitleText" : "热门厂牌", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" // "navigationStyle": "custom" } }, { "path" : "pages/activityList/details", "style" : { "navigationBarTitleText" : "详情", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" // "navigationStyle": "custom" } }, { "path" : "pages/index/scan", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/index/home", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/review", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/newBeer", "style" : { "navigationBarTitleText" : "新酒上市", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" } }, { "path" : "pages/index/writeReview", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/brandHome", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/index/myJoin", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/searchBeer", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/featureInfo", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/index/styleBeer", "style" : { "navigationBarTitleText" : "" } } ], "subPackages": [ { "root": "pagesActivity", "pages" : [ { "path" : "activityDetail", "style" : { "navigationBarTitleText" : "活动详情", "navigationStyle": "custom" } }, { "path" : "myActivityDetail", "style" : { "navigationBarTitleText" : "我的活动" } }, { "path" : "scanResult", "style" : { "navigationBarTitleText" : "" } }, // { // "path" : "activityList", // "style" : // { // "navigationBarTitleText" : "活动列表" // } // }, { "path" : "bgSelect", "style" : { "navigationBarTitleText" : "" } }, { "path" : "preview", "style" : { "navigationBarTitleText" : "" } }, { "path" : "winelist", "style" : { "navigationBarTitleText" : "生成酒单" } }, { "path" : "pdfPreview", "style" : { "navigationBarTitleText" : "" } }, { "path" : "newWine", "style" : { "navigationBarTitleText" : "创建新酒款", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" } }, { "path" : "homeSearch", "style" : { "navigationBarTitleText" : "搜索", "navigationBarBackgroundColor": "#19367A", "navigationBarTextStyle": "white" } } ] }, { "root": "pagesCoin", "pages" : [ { "path" : "beerCoin", "style" : { "navigationBarTitleText" : "啤酒币兑好礼" } }, { "path" : "coinCollect", "style" : { "navigationBarTitleText" : "品牌啤酒币" } }, { "path" : "goodsDetail", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "redeemOrder", "style" : { "navigationBarTitleText" : "" } }, { "path" : "orderInfo", "style" : { "navigationBarTitleText" : "" } } ] }, { "root": "pagesMy", "pages" : [ { "path" : "myWineReview", "style" : { "navigationBarTitleText" : "我的酒评" } }, { "path" : "myAttention", "style" : { "navigationBarTitleText" : "我的关注" } }, { "path" : "myAddress", "style" : { "navigationBarTitleText" : "我的地址" } }, { "path" : "feedback", "style" : { "navigationBarTitleText" : "" } }, { "path" : "setting", "style" : { "navigationBarTitleText" : "" } }, { "path" : "addAiad", "style" : { "navigationBarTitleText" : "" } } // { // "path" : "myOrder", // "style" : // { // "navigationBarTitleText" : "我的订单" // } // }, ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FDFDFD" // "navigationStyle": "custom" }, "tabBar": { "selectedColor": "#1A1A1A", "color": "#999", // "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "热门", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-s.png" }, { "pagePath": "pages/activityList/index", "text": "活动招募", "iconPath": "static/tabbar/timer.png", "selectedIconPath": "static/tabbar/timer-s.png" }, { "pagePath": "pages/index/scan", // "text": "扫一扫", "iconPath": "static/tabbar/scan-s.png", "selectedIconPath": "static/tabbar/scan-s.png" }, { "pagePath": "pages/index/myJoin", "text": "我参与的", "iconPath": "/static/tabbar/tick.png", "selectedIconPath": "static/tabbar/tick-s.png" }, { "pagePath": "pages/index/my", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my-s.png", "text": "账户" } ] }, "uniIdRouter": {}, "preloadRule": { "pages/index/index": { "network": "all", "packages": ["pagesActivity","pagesCoin","pagesMy"] } } }