chenrui  1 yıl önce
ebeveyn
işleme
1df3777683
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      pages.json

+ 6 - 6
pages.json

@@ -1,5 +1,11 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+	{
+		"path": "pages/login/index",
+		"style": {
+			"navigationStyle": "custom"
+		}
+	},
 		{
 			"path": "pages/index/index",
 			"style": {
@@ -12,12 +18,6 @@
 				"navigationStyle": "custom"
 			}
 		},
-		{
-			"path": "pages/login/index",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
 		{
 			"path": "pages/baggagecheck/index",
 			"style": {