From bc2e333165c53abd90e0324c897ca4a5458ad6da Mon Sep 17 00:00:00 2001
From: chengqf <584883665@139.com>
Date: Wed, 10 May 2023 10:15:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/index.vue | 2 +-
src/views/login.vue | 6 ++--
src/views/myLogin.vue | 3 ++
src/views/register.vue | 62 ++++++++++++++----------------------------
4 files changed, 28 insertions(+), 45 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index 6cc17a4..d793276 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -2,7 +2,7 @@
- 欢迎使用UDI自助平台
+ 欢迎使用UDI协调平台
diff --git a/src/views/login.vue b/src/views/login.vue
index 916a8a7..ea43126 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,7 +1,7 @@
- UDI自助平台
+ UDI协调平台
@@ -91,7 +91,7 @@ export default {
// 验证码开关
captchaEnabled: true,
// 注册开关
- register: false,
+ register: true,
redirect: undefined
};
},
diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue
index b028320..ef3dd67 100644
--- a/src/views/myLogin.vue
+++ b/src/views/myLogin.vue
@@ -73,6 +73,9 @@
@click.native="handleLogin()"
>登录
+
+ 立即注册
+
diff --git a/src/views/register.vue b/src/views/register.vue
index 3f21986..26cfd6e 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -1,60 +1,38 @@
-
- UDI自助平台
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 用户注册
+
+
+
+
+
+ 手机号
+
+
-
+ >
-
-
![]()
-
+
+
注 册
注 册 中...
-
+
使用已有账户登录
@@ -154,7 +132,8 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
- background-image: url("../assets/images/login-background.jpg");
+ width: 100%;
+
background-size: cover;
}
.title {
@@ -166,8 +145,9 @@ export default {
.register-form {
border-radius: 6px;
background: #ffffff;
- width: 400px;
- padding: 25px 25px 5px 25px;
+ width: 50%;
+ height: 100%;
+ padding: 0px 0px 0px 0px;
.el-input {
height: 38px;
input {