gjy 3 年之前
父节点
当前提交
f5e450fec2
共有 2 个文件被更改,包括 18 次插入5 次删除
  1. 7 4
      manifest.json
  2. 11 1
      pages.json

+ 7 - 4
manifest.json

@@ -122,11 +122,11 @@
                 "idfa" : false
             },
             "splashscreen" : {
-                "androidStyle" : "common",
+                "androidStyle" : "default",
                 "android" : {
-                    "hdpi" : "C:/Users/Administrator/Pictures/QQ截图20210719090959.png",
-                    "xhdpi" : "C:/Users/Administrator/Pictures/QQ截图20210719090959.png",
-                    "xxhdpi" : "C:/Users/Administrator/Pictures/QQ截图20210719090959.png"
+                    "hdpi" : "static/img/kaiping (1).png",
+                    "xhdpi" : "static/img/kaiping (2).png",
+                    "xxhdpi" : "static/img/kaiping (3).png"
                 }
             }
         },
@@ -135,6 +135,9 @@
             "OAuth" : {},
             "SQLite" : {},
             "Push" : {}
+        },
+        "splashscreen" : {
+            "waiting" : false
         }
     }
 }

+ 11 - 1
pages.json

@@ -38,6 +38,15 @@
 			]
 		},
 	"pages": [
+		{
+			"path": "pages/index/index",
+			"style": {
+				"navigationBarTitleText": "启动页",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
 		{
 			"path": "pages/sale/information",
 			"style": {
@@ -96,7 +105,8 @@
 					"animationType": "slide-in-bottom"
 				}
 			}
-		}, {
+		},
+		{
 			"path": "pages/user/user",
 			"style": {
 				"navigationBarTitleText": "我的",