Commit d9814bae authored by xiangjiaojunxp's avatar xiangjiaojunxp

标题

parent 5c5f50e2
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
}, },
data() { data() {
return { return {
title: '开滦集团报送系统', title: '开滦采集转换系统',
logo: logoImg logo: logoImg
} }
} }
......
module.exports = { module.exports = {
title: '开滦集团报送系统', title: '开滦采集转换系统',
/** /**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<span class="text">开滦(集团)有限责任公司</span> <span class="text">开滦(集团)有限责任公司</span>
</div> </div>
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">开滦集团报送系统</h3> <h3 class="title">开滦采集转换系统</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号"> <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" /> <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment