|
@@ -1,4 +1,7 @@
|
|
|
{
|
|
|
+ "easycom": {
|
|
|
+ "^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
|
|
|
+ },
|
|
|
"pages": [{
|
|
|
// 设备引导页
|
|
|
"path": "pages/guide/index",
|
|
@@ -43,7 +46,13 @@
|
|
|
}
|
|
|
}, {
|
|
|
// 猫王博物馆
|
|
|
- "path": "pages/ohplay/museum",
|
|
|
+ "path": "pages/museum/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ // 猫王博物馆 设备详情页
|
|
|
+ "path": "pages/museum/detail",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|