绑定微信调整

This commit is contained in:
fan 2020-05-14 09:15:23 +08:00
parent e72fdcdb78
commit 034a36d25f

View File

@ -542,6 +542,7 @@ export default {
},
generateQrCode() {
getWxQrCode(LoginParams[this.loginClient]).then(response => {
this.loadingCode = false;
this.sessionId = response.data.sessionId;
this.loginUrl = response.data.url;
this.binding = true;
@ -684,6 +685,9 @@ export default {
line-height: 28px;
margin-bottom: 10px;
}
.login-qrcode {
width: 150px;
}
}
</style>
<style rel="stylesheet/scss" lang="scss">