123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- {
- "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": "排行榜"
- }
- },
- {
- "path": "pages/video/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/set/set",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/set/grzl/grzl",
- "style": {
- "navigationBarTitleText": "个人资料",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#f8f8f8"
- }
- }
- }
- },
- {
- "path": "pages/set/gywm/gywm",
- "style": {
- "navigationBarTitleText": "关于我们",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#f8f8f8"
- }
- }
- }
- }, {
- "path": "pages/set/grzl/modname/modname",
- "style": {
- "navigationBarTitleText": "修改姓名",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#f5f5f5"
- }
- }
- }
- }, {
- "path": "pages/set/grzl/nc/nc",
- "style": {
- "navigationBarTitleText": "修改昵称",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#f8f8f8"
- }
- }
- }
- }, {
- "path": "pages/set/grzl/wx/wx",
- "style": {
- "navigationBarTitleText": "修改微信号",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#f8f8f8"
- }
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "用户登录",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/loginwxxcx",
- "style": {
- "navigationBarTitleText": "微信小程序登录",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/logingzh",
- "style": {
- "navigationBarTitleText": "微信公众号登录",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/reg",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- }
- , {
- "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"
- }
- }
- }
|