BUG修改。

This commit is contained in:
寻欢·李 2018-04-22 20:01:52 +08:00
parent 2e2472fd12
commit fb6829abfe
2 changed files with 6 additions and 4 deletions

View File

@ -44,7 +44,7 @@ export default {
msgTime: MSGTIME,
msgKey: false,
loginForm: {
mobile: "17034642119",
mobile: "",
code: ""
},
loginRules: {

View File

@ -21,7 +21,9 @@
</div>
</el-col>
</el-row>
<el-form-item prop="username">
<p style="color: red;">体验账号pig 密码123456</p>
</el-form-item>
</el-form-item>
<el-form-item>
<el-button type="primary" @click.native.prevent="handleLogin" class="login-submit">登录</el-button>
@ -46,8 +48,8 @@ export default {
};
return {
loginForm: {
username: "admin",
password: "123456",
username: "",
password: "",
code: "",
randomStr: ""
},