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 @@