init project

This commit is contained in:
ldj_willow
2022-07-06 18:35:53 +08:00
parent e0498895f2
commit fe41d039b6
2 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default {
},
data() {
return {
title: '混合料厂MES系统',
title: '诺力开发平台',
logo: Logo
}
}

View File

@@ -2,8 +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系统
</h3>
诺力开发平台</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />