瀏覽代碼

路由文件

DESKTOP-O04BTUJ\muzen 3 年之前
父節點
當前提交
bf6c9f710a
共有 1 個文件被更改,包括 10 次插入1 次删除
  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"
 		}