浏览代码

路由文件

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
92d91c9129
共有 1 个文件被更改,包括 44 次插入0 次删除
  1. 44 0
      src/pages.json

+ 44 - 0
src/pages.json

@@ -1,16 +1,60 @@
 {
 {
 	"pages": [
 	"pages": [
+		// 设备引导页
 		{
 		{
 			"path": "pages/guide/index",
 			"path": "pages/guide/index",
 			"style": {
 			"style": {
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"
 			}
 			}
 		},
 		},
+		// 耳机操作手势
 		{
 		{
 			"path": "pages/operation/index",
 			"path": "pages/operation/index",
 			"style": {
 			"style": {
 				"navigationStyle": "custom"
 				"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/ohplay/museum",
+			"style":{
+				"navigationStyle": "custom"
+			}
 		}
 		}
 	]
 	]
 }
 }