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