rev:修改mes

This commit is contained in:
zhangzhiqiang
2023-08-20 17:56:56 +08:00
parent 899431897e
commit 626f7b7aad
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default {
},
data() {
return {
title: '海亮mes系统',
title: '海亮lms系统',
logo: Logo,
title_param: 'platform'
}

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">
海亮mes系统
海亮lms系统
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">