login
This commit is contained in:
parent
6b99cb6cc4
commit
6be9f81064
|
@ -13,30 +13,6 @@
|
||||||
:model="loginForm"
|
:model="loginForm"
|
||||||
:rules="loginRules"
|
:rules="loginRules"
|
||||||
>
|
>
|
||||||
<!--<el-form-item>
|
|
||||||
<el-input
|
|
||||||
v-model="loginForm.username"
|
|
||||||
type="text" name="text"
|
|
||||||
placeholder="账号"
|
|
||||||
autocomplete="off">
|
|
||||||
<i slot="prefix" class="el-input_icon el-icon-user"></i>
|
|
||||||
</el-input>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item>
|
|
||||||
<input type="text"
|
|
||||||
name="password"
|
|
||||||
autocomplete="off"
|
|
||||||
onfocus="passwordType=='password'"
|
|
||||||
>
|
|
||||||
<el-input
|
|
||||||
v-model="loginForm.password"
|
|
||||||
type="text" name="pwd" id="pwd"
|
|
||||||
placeholder="密码"
|
|
||||||
autocomplete="off"
|
|
||||||
@input="setPassword">
|
|
||||||
<i slot="prefix" class="el-icon-lock"></i>
|
|
||||||
</el-input>
|
|
||||||
</el-form-item>-->
|
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -64,7 +40,7 @@
|
||||||
|
|
||||||
<el-form-item prop="password">
|
<el-form-item prop="password">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="password"
|
||||||
name="password"
|
name="password"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
onfocus="passwordType=='password'"
|
onfocus="passwordType=='password'"
|
||||||
|
|
Loading…
Reference in New Issue