{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/playlet/index", "style": { "navigationBarTitleText": "剧宝", "enablePullDownRefresh": false, "disableScroll": true, "navigationBarTextStyle": "black", "app-plus": { "titleNView": false }, "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "剧宝", "enablePullDownRefresh": false, "disableScroll": true, "navigationBarTextStyle": "black", "app-plus": { "titleNView": false }, "navigationStyle": "custom" } }, { "path": "pages/my/index/index", "style": { "navigationBarTitleText": "剧宝", "navigationStyle": "custom", "disableScroll": true, "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff" } }, { "path": "pages/discover/index", "style": { "navigationBarTitleText": "剧宝", "navigationStyle": "custom", "disableScroll": true, "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff" } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": false, "disableScroll": true, "navigationBarTextStyle": "black", "backgroundColor": "#fff" } }, { "path": "pages/pay/pay", "style": { "navigationBarTitleText": "充值中心", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", "disableScroll": true } }, { "path": "pages/my/history/index", "style": { "navigationBarTitleText": "历史观看", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", "disableScroll": true } }, { "path": "pages/my/recharge/index", "style": { "navigationBarTitleText": "充值记录", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", "disableScroll": true } }, { "path": "pages/video/index", "style": { "navigationBarTitleText": "剧宝", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", "navigationStyle": "custom", "disableScroll": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "剧宝", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "easycom": { "autoscan": true, "custom": { "^G(.*)": "@/components/global/G$1.vue", // 匹配components/global目录内的vue文件 "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue", "^esc-(.*)": "@/components/sn-swiper/esc-$1/index.vue" } }, "tabBar": { "backgroundColor": "#FFFFFF", "borderStyle": "#EEEEEE", "selectedColor": "#FF779E", "iconWidth": "22px", "color": "#666666", "fontSize": "10px", "height": "68px", "list": [{ "text": "短剧", "pagePath": "pages/playlet/index", "iconPath": "static/tabbar/playlet_off.png", "selectedIconPath": "static/tabbar/playlet_on.png" }, { "text": "发现", "pagePath": "pages/discover/index", "iconPath": "static/tabbar/discover_off.png", "selectedIconPath": "static/tabbar/discover_on.png" }, { "text": "我的", "pagePath": "pages/my/index/index", "iconPath": "static/tabbar/my_off.png", "selectedIconPath": "static/tabbar/my_on.png" } ] }, "uniIdRouter": {} }