From e9463695ccea1525189190a823501f0a714fe0c5 Mon Sep 17 00:00:00 2001 From: wanglei Date: Thu, 15 May 2025 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=E7=99=BB=E5=BD=95=E9=A1=B5=EF=BC=8C=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E9=A1=B5=E4=BF=AE=E6=94=B9=20=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9=20=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/Sidebar/Logo.vue | 2 +- ruoyi-ui/src/views/login.vue | 17 +- ruoyi-ui/src/views/pay/subInfo/index.vue | 243 +++++++++++++++--- ruoyi-ui/src/views/pay/tenant/index.vue | 33 ++- ruoyi-ui/src/views/register.vue | 2 +- 5 files changed, 242 insertions(+), 55 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue index d768ae1..7163ec0 100644 --- a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue +++ b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: 'RuoYi-Flowable-Plus', + title: '薪资管理系统', logo: logoImg } } diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 485542f..ca369e4 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,7 +1,7 @@ @@ -72,8 +73,8 @@ export default { return { codeUrl: "", loginForm: { - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: "" @@ -91,7 +92,7 @@ export default { // 验证码开关 captchaEnabled: true, // 注册开关 - register: false, + register: true, redirect: undefined }; }, diff --git a/ruoyi-ui/src/views/pay/subInfo/index.vue b/ruoyi-ui/src/views/pay/subInfo/index.vue index afb895d..dce0c1a 100644 --- a/ruoyi-ui/src/views/pay/subInfo/index.vue +++ b/ruoyi-ui/src/views/pay/subInfo/index.vue @@ -1,6 +1,6 @@ diff --git a/ruoyi-ui/src/views/pay/tenant/index.vue b/ruoyi-ui/src/views/pay/tenant/index.vue index 1025efd..605fa43 100644 --- a/ruoyi-ui/src/views/pay/tenant/index.vue +++ b/ruoyi-ui/src/views/pay/tenant/index.vue @@ -1,6 +1,6 @@