This commit is contained in:
18188916393
2022-08-10 09:34:15 +08:00
parent fe1bddb3f4
commit 1cca98d1de
12 changed files with 100 additions and 132 deletions

View File

@@ -25,7 +25,7 @@ export default {
},
data() {
return {
title: '诺力WMS系统',
title: '嘉耐LMS系统',
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">
诺力WMS系统
嘉耐LMS系统
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">