소스 검색

路由文件

DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
b28a8caa70
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 19 0
      src/pages.json

+ 19 - 0
src/pages.json

@@ -32,6 +32,12 @@
 				"navigationStyle": "custom"
 			}
 		},
+		{ // 我的反馈
+			"path": "pages/help/detail",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
 		{
 			// 产品手册
 			"path": "pages/product/manual",
@@ -159,6 +165,19 @@
 			"style": {
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			// 活动页面
+			"path": "pages/activity/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{ // 协议页面
+			"path": "pages/agreement/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
 		}
 	]
 }