From ecab089767375a0c9cd129b58a0d5329986c8c72 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Sat, 3 Feb 2024 19:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++ pages/upload/upload.vue | 119 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 pages/upload/upload.vue diff --git a/pages.json b/pages.json index 376c4f9..b8b45e9 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,16 @@ "navigationStyle": "custom" } }, + { + "path" : "pages/upload/upload", + "style" : + { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + + }, { "path" : "pages/my", "style" : diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue new file mode 100644 index 0000000..dc64923 --- /dev/null +++ b/pages/upload/upload.vue @@ -0,0 +1,119 @@ + + + + + \ No newline at end of file