123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- {
- "easycom": {
- "^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
- },
- "pages": [
- {
- // 设备引导页
- "path": "pages/guide/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- //设备操控视频页
- "path": "pages/devices/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 设备文章
- "path": "pages/article/index",
- "style": {
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 耳机操作手势
- "path": "pages/operation/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 帮助与反馈
- "path": "pages/help/index",
- "style": {
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 我的反馈
- "path": "pages/help/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 产品手册
- "path": "pages/product/manual",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 猫王博物馆
- "path": "pages/museum/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 猫王博物馆 设备详情页
- "path": "pages/museum/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 12频道分享
- "path": "pages/share/channels",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 频道详情
- "path": "pages/share/list",
- "style": {
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 歌单
- "path": "pages/share/detail",
- "style": {
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 播放控件
- "path": "pages/share/controls",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 抽奖
- "path": "pages/lottery/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 填写收货信息
- "path": "pages/lottery/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 爱听支付
- "path": "pages/imusic/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 后台运行保护协议
- "path": "pages/backgrounder/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 活动页面
- "path": "pages/activity/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 流量活动页面
- "path": "pages/activity/new",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 协议页面
- "path": "pages/agreement/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 文章页面
- "path": "pages/content/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 门店列表
- "path": "pages/map/index",
- "style": {
- "navigationBarTitleText": "附近门店",
- "navigationStyle": "custom"
- }
- },
- {
- // 添加电台
- "path": "pages/channel/index",
- "style": {
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 喜马拉雅授权
- "path": "pages/ximalaya/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 喜马拉雅充值成功
- "path": "pages/ximalaya/success",
- "style": {
- "navigationStyle": "custom"
- }
- },
- // 喜马拉雅充值失败
- {
- "path": "pages/ximalaya/error",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 流量充值
- "path": "pages/pay/index",
- "style": {
- "navigationBarTitleText": "流量充值",
- "navigationStyle": "custom"
- }
- },
- {
- // 开通记录
- "path": "pages/pay/detail",
- "style": {
- "navigationBarTitleText": "开通记录",
- "navigationStyle": "custom",
- "onReachBottomDistance": 50
- }
- },
- {
- // 通用提示
- "path": "pages/warning/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- // 微信浏览器检测
- "path": "pages/weixin/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ]
- }
|