This commit is contained in:
fengdong777
2023-05-06 10:58:10 +08:00
parent e485865ac0
commit aaf251c2ff

View File

@@ -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>