From fd0aef23adb951fc6744377e3759901882604959 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Thu, 28 Nov 2024 10:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++- pages/login/login.vue | 105 +++++++++++++++++++++++++++++++++++ pages/user/user.vue | 124 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 pages/login/login.vue diff --git a/pages.json b/pages.json index d0d0b27..fb99ca1 100644 --- a/pages.json +++ b/pages.json @@ -21,7 +21,14 @@ { "path": "pages/user/user", "style": { - "navigationBarTitleText": "我的" + "navigationBarTitleText": "苏州市导游协会" + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom" } } ], diff --git a/pages/login/login.vue b/pages/login/login.vue new file mode 100644 index 0000000..0662b69 --- /dev/null +++ b/pages/login/login.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/pages/user/user.vue b/pages/user/user.vue index 02409e3..ffe237c 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -1,8 +1,130 @@ - \ No newline at end of file