登录页:清除回车事件
This commit is contained in:
parent
eb53770081
commit
ee0ca16da5
@ -90,13 +90,13 @@
|
|||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item style="margin-top: 25px" label="" prop="password">
|
<el-form-item style="margin-top: 25px" label="" prop="password">
|
||||||
|
<!-- @keyup.enter.native="loginFn" -->
|
||||||
<el-input
|
<el-input
|
||||||
@change="onChange2"
|
@change="onChange2"
|
||||||
v-model="form.password"
|
v-model="form.password"
|
||||||
style="height: 53px; font-size: 16px"
|
style="height: 53px; font-size: 16px"
|
||||||
type="password"
|
type="password"
|
||||||
:placeholder="$t('message.login.password_placeholder')"
|
:placeholder="$t('message.login.password_placeholder')"
|
||||||
@keyup.enter.native="loginFn"
|
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
slot="prefix"
|
slot="prefix"
|
||||||
@ -132,13 +132,13 @@
|
|||||||
label=""
|
label=""
|
||||||
prop="verificationCode"
|
prop="verificationCode"
|
||||||
>
|
>
|
||||||
|
<!-- @keyup.enter.native="loginFn" -->
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form2.verificationCode"
|
v-model="form2.verificationCode"
|
||||||
style="height: 53px; font-size: 16px"
|
style="height: 53px; font-size: 16px"
|
||||||
:placeholder="
|
:placeholder="
|
||||||
$t('message.login.verificationCode_placeholder')
|
$t('message.login.verificationCode_placeholder')
|
||||||
"
|
"
|
||||||
@keyup.enter.native="loginFn"
|
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
slot="prefix"
|
slot="prefix"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user