mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
BUG修改。
This commit is contained in:
parent
2e2472fd12
commit
fb6829abfe
@ -44,7 +44,7 @@ export default {
|
||||
msgTime: MSGTIME,
|
||||
msgKey: false,
|
||||
loginForm: {
|
||||
mobile: "17034642119",
|
||||
mobile: "",
|
||||
code: ""
|
||||
},
|
||||
loginRules: {
|
||||
|
@ -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: ""
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user