浏览代码

路由文件

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"
+		}
 	}]
 }