123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "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/agreement/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ]
- }
|