迎合阿里云备案规则

This commit is contained in:
Zheng Jie
2021-12-29 11:02:41 +08:00
parent 6089399de5
commit 1ef9ab619d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export default {
},
data() {
return {
title: 'ELADMIN-后台管理',
title: 'ELADMIN-体验',
logo: Logo
}
}

View File

@@ -2,7 +2,7 @@
<div class="login" :style="'background-image:url('+ Background +');'">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title">
EL-ADMIN 后台管理系统
EL-ADMIN 登陆
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">