DESKTOP-O04BTUJ\muzen 3 vuotta sitten
vanhempi
commit
bf6c9f710a
1 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. 10 1
      src/pages.json

+ 10 - 1
src/pages.json

@@ -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"
 		}