{ "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/home/living", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/list/index", "style": { "navigationBarTitleText": "直播列表", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "pages/home/live", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/games/index", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/auth/login", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } },{ "path": "pages/auth/findpass", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } },{ "path": "pages/auth/h5WxLogin", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } },{ "path": "pages/auth/loginIndex", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } },{ "path": "pages/auth/register", "style": { "navigationBarTitleText": "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } } ], "subPackages": [{ "root": "pages_shop", "pages": [{ "path": "cart", "style": { "navigationBarTitleText": "购物车", "app-plus": { "titleNView": false } } }, { "path": "goods", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "store", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "order", "style": { "navigationBarTitleText": "我的订单", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "confirmCreateOrder", "style": { "navigationBarTitleText": "确认订单", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "paymentOrder", "style": { "navigationBarTitleText": "支付订单", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "confirmPackageOrder", "style": { "navigationBarTitleText": "确认支付", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } }, { "path": "success", "style": { "navigationBarTitleText": "支付成功", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } } ] },{ "root": "pages_user", "pages": [{ "path": "address", "style": { "navigationBarTitleText": "收货地址", "app-plus": { "titleNView": false } } }, { "path": "addAddress", "style": { "navigationBarTitleText": "新建收货地址", "navigationBarTextStyle": "black", "app-plus": { "bounce": "none" } } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "【S直播】", "navigationBarBackgroundColor": "#f5f5f5", "backgroundColor": "#f7f8fa" }, "uniIdRouter": {}, "tabBar": { "color": "#AEAEAE", "selectedColor": "#000000", "fontSize": "12px", "borderStyle": "black", "backgroundColor": "#fff", "list": [{ "pagePath": "pages/list/index", "iconPath": "/static/tabBar/query.png", "selectedIconPath": "/static/tabBar/query_active.png", "text": "列表" }, { "pagePath": "pages/games/index", "iconPath": "/static/tabBar/pulverize.png", "selectedIconPath": "/static/tabBar/pulverize_active.png", "text": "合同粉碎" }, { "pagePath": "pages/user/index", "iconPath": "/static/tabBar/user.png", "selectedIconPath": "/static/tabBar/user_active.png", "text": "我的" } ] } }