|
|
@ -31,16 +31,13 @@ |
|
|
|
<span class="text-danger">提示:用户名或密码错误,请重试!</span> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<el-popover placement="top" width="400" trigger="click"> |
|
|
|
<el-button |
|
|
|
slot="reference" |
|
|
|
v-loading="loading" |
|
|
|
type="primary" |
|
|
|
class="login-btn" |
|
|
|
@click="login" |
|
|
|
>登 录</el-button |
|
|
|
> |
|
|
|
</el-popover> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
@ -163,8 +160,8 @@ export default { |
|
|
|
}); |
|
|
|
}, |
|
|
|
regist() { |
|
|
|
this.$router.push('/Regist') |
|
|
|
} |
|
|
|
this.$router.push("/Regist"); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|