Browse Source

perf: 优化登录页面

master
insistence 1 year ago
parent
commit
9570bdf2ba
  1. 4
      ruoyi-fastapi-frontend/src/views/login.vue

4
ruoyi-fastapi-frontend/src/views/login.vue

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">vfadmin后台管理系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
@ -59,7 +59,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
<span>Copyright © 2024 insistence.tech All Rights Reserved.</span>
</div>
</div>
</template>

Loading…
Cancel
Save