This commit is contained in:
2022-09-19 17:45:31 +08:00
parent c277f28b3c
commit 9d5fad33aa
2 changed files with 2 additions and 2 deletions

View File

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