{ "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/user/index", "style" : { "navigationBarTitleText" : "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/list/index", "style": { "navigationBarTitleText" : "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "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/home/living", "style" : { "navigationBarTitleText" : "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "navigationStyle": "custom", "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": "我的" } ] } }