Browse Source

no message

sys 2 years ago
parent
commit
42b1f2c183
1 changed files with 17 additions and 2 deletions
  1. 17 2
      pages.json

+ 17 - 2
pages.json

@@ -3,8 +3,23 @@
 		{
 			"path": "pages/login/login",
 			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "启动页面",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"subNVues": [{
+						"id": "loginContent",
+						"path": "pages/login/model/loginContent",
+						"style": {
+							"position": "absolute",
+							"top": "0",
+							"bottom": "0",
+							"left": "0",
+							"right": "0",
+							"background": "transparent"
+						}
+					}]
+				}
 			}
 		},
 		{