diff --git a/manifest.json b/manifest.json
index 2caaf6c..6b74ca8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -114,6 +114,10 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
+ },
+ "splashscreen" : {
+ "androidStyle" : "default",
+ "iosStyle" : "common"
}
},
"uniStatistics" : {
diff --git a/pages.json b/pages.json
index ca4bb9a..3e98ce4 100644
--- a/pages.json
+++ b/pages.json
@@ -309,7 +309,17 @@
"enablePullDownRefresh": false
}
}
- ],
+ ,{
+ "path" : "pages/start-page/index",
+ "style" :
+ {
+ "navigationBarTitleText": "启动页",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
diff --git a/pages/start-page/index.vue b/pages/start-page/index.vue
new file mode 100644
index 0000000..8183fd0
--- /dev/null
+++ b/pages/start-page/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+