From eeaec35f1375a895fea8e6b52c00417b0b83602e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=81=E8=BE=89?= Date: Mon, 24 Jan 2022 11:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++++ pages.json | 12 +++++++++++- pages/start-page/index.vue | 22 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 pages/start-page/index.vue 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 @@ + + + + +