|
@@ -2,110 +2,156 @@
|
|
|
"easycom": {
|
|
|
"^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
|
|
|
},
|
|
|
- "pages": [{
|
|
|
- // 设备引导页
|
|
|
- "path": "pages/guide/index",
|
|
|
- "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"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 产品手册
|
|
|
- "path": "pages/product/manual",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 关于我们
|
|
|
- "path": "pages/about/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 用户协议
|
|
|
- "path": "pages/user/agreement",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 隐私协议
|
|
|
- "path": "pages/privacy/agreement",
|
|
|
- "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"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // vip音乐服务
|
|
|
- "path": "pages/vip/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 抽奖
|
|
|
- "path": "pages/lottery/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- // 填写收货信息
|
|
|
- "path": "pages/lottery/detail",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }]
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ // 设备引导页
|
|
|
+ "path": "pages/guide/index",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 产品手册
|
|
|
+ "path": "pages/product/manual",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 关于我们
|
|
|
+ "path": "pages/about/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 用户协议
|
|
|
+ "path": "pages/user/agreement",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 隐私协议
|
|
|
+ "path": "pages/privacy/agreement",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // vip音乐服务
|
|
|
+ "path": "pages/vip/index",
|
|
|
+ "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/imusic/agreement",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 儿童隐私保护指南
|
|
|
+ "path": "pages/imusic/children",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 音乐服务许可协议
|
|
|
+ "path": "pages/imusic/service",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|