{ "window": { "initialRenderingCache": "dynamic" }, "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "潮米卡牌" } }, { "path": "pages/index/index.bk", "style": { "navigationBarTitleText": "潮米卡牌" } }, { "path": "pages/task/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/first2/index", "style": { "navigationBarTitleText": "潮米卡牌", // 自定义导航栏 "navigationStyle": "custom" } }, { "path": "pages/mine/mine", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/shoppingMall/shoppingMall", "style": { "navigationBarTitleText": "积分商城", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#171520", "navigationBarTextStyle": "white" } }, { "path": "pages/knapsack/knapsack", "style": { "navigationBarTitleText": "背包", "enablePullDownRefresh": false } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "商城订单", "enablePullDownRefresh": false } }, //给tab页的背包 { "path": "pages/knapsackTab/knapsack", "style": { "navigationBarTitleText": "背包", "enablePullDownRefresh": false } }, { "path": "pages/addressManage/addressManage", "style": { "navigationBarTitleText": "我的收货地址", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "授权登录", "enablePullDownRefresh": false } }, { "path": "pages/addressEdit/addressEdit", "style": { "navigationBarTitleText": "新增收货地址", "enablePullDownRefresh": false } }, { "path": "pages/invite/invite", "style": { "navigationBarTitleText": "邀请好友", "enablePullDownRefresh": false } }, { "path": "pages/excellentValue/excellentValue", "style": { "navigationBarTitleText": "超值挑战", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_first/drawCard_first", "style": { "navigationStyle": "custom", "navigationBarTitleText": "FIRST赏", "enablePullDownRefresh": false } }, { "path": "pages/winningRecord/winningRecord", "style": { "navigationBarTitleText": "中奖记录", "enablePullDownRefresh": false } }, { "path": "pages/orderConfirm/orderConfirm", "style": { "navigationBarTitleText": "订单确认", "enablePullDownRefresh": false } }, { "path": "pages/coupon/coupon", "style": { "navigationBarTitleText": "我的优惠券", "enablePullDownRefresh": false } }, { "path": "pages/rule/rule", "style": { "navigationBarTitleText": "规则与说明", "enablePullDownRefresh": false } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "编辑个人资料", "enablePullDownRefresh": false } }, { "path": "pages/raffle/raffle", "style": { "navigationBarTitleText": "抽赏", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_last/drawCard_last", "style": { "navigationStyle": "custom", "navigationBarTitleText": "LAST赏", "enablePullDownRefresh": false } }, { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": false } }, { "path": "pages/user/editUser/editUser", "style": { "navigationBarTitleText": "编辑个人信息", "enablePullDownRefresh": false } }, { "path": "pages/consumptionRecords/consumptionRecords", "style": { "navigationBarTitleText": "消费记录", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_fullSet/drawCard_fullSet", "style": { "navigationStyle": "custom", "navigationBarTitleText": "全套赏", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_fullSet/winningList", "style": { "navigationBarTitleText": "开奖记录", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_fullSet/goods", "style": { "navigationBarTitleText": "奖品预览", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_infinite/drawCard_infinite", "style": { "navigationBarTitleText": "无限赏", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_box/drawCard_box", "style": { "navigationStyle": "custom", "navigationBarTitleText": "抽盒机", "enablePullDownRefresh": false } }, { "path": "pages/drawCard_box/drawCard_boxDetail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/userAgreement/userAgreement", "style": { "navigationBarTitleText": "用户协议", "enablePullDownRefresh": false } }, { "path": "pages/integralRecord/integralRecord", "style": { "navigationBarTitleText": "积分记录", "enablePullDownRefresh": false } }, { "path": "pages/vip/vip", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/drawCardsList/drawCardsList", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } }, "tabBar": { "color": "#B4C9DA", "selectedColor": "#fc5b20", "backgroundColor": "#000000", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/img/home.png", "selectedIconPath": "/static/img/home_a.png", "text": "首页" }, { "pagePath": "pages/shoppingMall/shoppingMall", "iconPath": "/static/img/shop.png", "selectedIconPath": "/static/img/shop_a.png", "text": "商城" }, { "pagePath": "pages/drawCardsList/drawCardsList", "iconPath": "/static/img/cc.png", "selectedIconPath": "/static/img/cc.png", "text": "抽盒机" }, { "pagePath": "pages/knapsackTab/knapsack", "iconPath": "/static/img/bag.png", "selectedIconPath": "/static/img/bag_a.png", "text": "背包" }, { "pagePath": "pages/mine/mine", "iconPath": "/static/img/mine.png", "selectedIconPath": "/static/img/mine_a.png", "text": "我的" } ] } }