Showing
1 changed file
with
2 additions
and
1 deletions
@@ -12,7 +12,8 @@ | @@ -12,7 +12,8 @@ | ||
12 | </Input> | 12 | </Input> |
13 | </Form-item> | 13 | </Form-item> |
14 | <Form-item prop="password"> | 14 | <Form-item prop="password"> |
15 | - <Input type="password" size="large" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')"> | 15 | + <input type="hidden" name="pwd" id=""> |
16 | + <Input type="password" size="large" name="pwd" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')"> | ||
16 | <Icon type="ios-locked-outline" slot="prepend"></Icon> | 17 | <Icon type="ios-locked-outline" slot="prepend"></Icon> |
17 | </Input> | 18 | </Input> |
18 | </Form-item> | 19 | </Form-item> |
-
Please register or login to post a comment