123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- {
- "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": "我的"
- }
- ]
- }
- }
|