{ "pages": [{ "path": "pages/index/index", //默认首页 "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "", "navigationBarBackgroundColor": "#363B4D", "navigationBarTextStyle": "white" } }, { "path": "pages/index/new/index", "style": { "navigationBarTitleText": "最新" } }, { "path": "pages/index/billboard/index", "style": { "navigationBarTitleText": "排行榜" // "navigationStyle": "custom" } }, { "path": "pages/video/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/member/orders", "style": { "navigationBarTitleText": "充值记录", "enablePullDownRefresh": true } }, { "path": "pages/member/consume", "style": { "navigationBarTitleText": "消费记录", "enablePullDownRefresh": false } }, { "path": "pages/pay/pay", "style": { "navigationBarTitleText": "充值", "enablePullDownRefresh": false } }, { "path": "pages/member/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/zhuiju/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/zhuiju/zjgk", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "正在载入", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F5F6FA" }, "tabBar": { "color": "#666666", "selectedColor": "#333333", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/zhuiju/index", "iconPath": "static/icon/zj.png", "selectedIconPath": "static/icon/xz_zj.png", "text": "追剧" }, { "pagePath": "pages/index/index", "iconPath": "static/icon/jy.png", "selectedIconPath": "static/icon/xz_jy.png", "text": "小剧场" }, { "pagePath": "pages/member/index", "iconPath": "static/icon/wd.png", "selectedIconPath": "static/icon/xz_wd.png", "text": "我的" } ] }, "easycom": { "autoscan": true, "custom": { // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue", "com-(.*)": "@/components/common/$1.vue", "show-(.*)": "@/components/show/$1.vue", "countdown-(.*)": "@/components/countdown/$1.vue", "sub-(.*)": "@/components/sub/$1.vue", "upload-(.*)": "@/components/upload/$1.vue", "vipcard-(.*)": "@/components/vipcard/$1.vue", "dialog-(.*)": "@/components/dialog/$1.vue", "select-(.*)": "@/components/select/$1.vue", "home-(.*)": "@/pages/components/home/$1.vue" } } }