소스 검색

路由文件

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

+ 9 - 1
src/pages.json

@@ -132,11 +132,19 @@
 				"navigationStyle": "custom"
 			}
 		},
-		{ // 协议页面
+		{
+			// 协议页面
 			"path": "pages/agreement/index",
 			"style": {
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			// 文章页面
+			"path": "pages/content/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
 		}
 	]
 }