迎合阿里云备案规则

This commit is contained in:
Zheng Jie
2021-12-29 11:13:37 +08:00
parent 1ef9ab619d
commit 12be6a4f2c
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="账号">