{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue", "layout": "@/layout/index.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场", // #endif "enablePullDownRefresh": false } }, { "path": "pages/login", "style": { // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场|login", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场|login", // #endif "enablePullDownRefresh": false } }, { "path": "pages/index/rank", "style": { "navigationBarTitleText": "排行榜", "enablePullDownRefresh": false } }, { "path": "pages/index/news", "style": { "navigationBarTitleText": "最新", "enablePullDownRefresh": false } }, { "path": "pages/index/search", "style": { "navigationBarTitleText": "搜索结果", "enablePullDownRefresh": false } }, { "path": "pages/trace/index", "style": { // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场", // #endif "enablePullDownRefresh": false } }, { "path": "pages/my/index", "style": { // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场", // #endif "enablePullDownRefresh": false } }, { "path": "pages/trace/collect", "style": { "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": false } }, { "path": "pages/trace/list", "style": { // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场", // #endif "enablePullDownRefresh": false } }, { "path": "pages/my/consume", "style": { "navigationBarTitleText": "消费记录", "enablePullDownRefresh": false } }, { "path": "pages/my/history", "style": { "navigationBarTitleText": "历史记录", "enablePullDownRefresh": false } }, { "path": "pages/my/recharge", "style": { "navigationBarTitleText": "充值记录", "enablePullDownRefresh": false } }, { "path": "pages/my/protocol", "style": { "navigationBarTitleText": "用户协议", "enablePullDownRefresh": false } }, { "path": "pages/sign/index", "style": { "navigationBarTitleText": "签到", "enablePullDownRefresh": false } }, { "path": "pages/member/index", "style": { "navigationBarTitleText": "会员", "enablePullDownRefresh": false } }, { "path": "pages/member/free", "style": { "navigationBarTitleText": "会员免费片单", "enablePullDownRefresh": false } }, { "path": "pages/episode/play", "style": { "navigationBarTitleText": "播放", "enablePullDownRefresh": false } }, { "path": "pages/share/index", "style": { "navigationBarTitleText": "分享中心", "enablePullDownRefresh": false } }, { "path": "pages/share/income", "style": { "navigationBarTitleText": "分享佣金", "enablePullDownRefresh": false } }, { "path": "pages/share/order", "style": { "navigationBarTitleText": "分享订单", "enablePullDownRefresh": false } }, { "path": "pages/share/team", "style": { "navigationBarTitleText": "我的团队", "enablePullDownRefresh": false } }, { "path": "pages/share/withdraw", "style": { "navigationBarTitleText": "提现", "enablePullDownRefresh": false } }, { "path": "pages/share/withdrawDetail", "style": { "navigationBarTitleText": "提现明细", "enablePullDownRefresh": false } }, { "path": "pages/share/tips", "style": { "navigationBarTitleText": "用户须知", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", // black or white // #ifdef MP-KUAISHOU "navigationBarTitleText": "四海剧场", // #endif // #ifdef MP-TOUTIAO | MP-WEIXIN "navigationBarTitleText": "张四爷剧场", // #endif "navigationBarBackgroundColor": "#151728", "backgroundColor": "#151728" }, "tabBar": { "custom": true, "color": "#8a8a8a", "selectedColor": "#6EEBE8", "backgroundColor": "#17162B", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/image/tab/home.png", "selectedIconPath": "static/image/tab/home-HL.png", "text": "首页" }, { "pagePath": "pages/trace/index", "iconPath": "static/image/tab/trace.png", "selectedIconPath": "static/image/tab/trace-HL.png", "text": "追剧" }, { "pagePath": "pages/my/index", "iconPath": "static/image/tab/my.png", "selectedIconPath": "static/image/tab/my-HL.png", "text": "我的" } ] } }