{ "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" } } ] }