소스 검색

路由文件

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

+ 12 - 0
src/pages.json

@@ -88,5 +88,17 @@
 		"style": {
 			"navigationStyle": "custom"
 		}
+	}, {
+		// 抽奖
+		"path": "pages/lottery/index",
+		"style": {
+			"navigationStyle": "custom"
+		}
+	}, {
+		// 填写收货信息
+		"path": "pages/lottery/detail",
+		"style": {
+			"navigationStyle": "custom"
+		}
 	}]
 }