From 19ca0b39207c695515a8a0a6519e721de7c02e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com> Date: Tue, 22 Jun 2021 15:16:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=20=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 ++++++ pages/login/index.vue | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 pages/login/index.vue diff --git a/pages.json b/pages.json index 517fe08..b088f57 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,12 @@ "style": { "navigationBarTitleText": "联系客服" } + }, + { + "path": "pages/login/index", + "style": { + "navigationBarTitleText": "登录" + } } ], "globalStyle": { diff --git a/pages/login/index.vue b/pages/login/index.vue new file mode 100644 index 0000000..2dc1464 --- /dev/null +++ b/pages/login/index.vue @@ -0,0 +1,38 @@ + + + + +