This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

View File

@@ -51,7 +51,7 @@ export default {
methods: {
handleBind() {
this.loginForm.code = code;
this.loginForm.code = this.code;
this.loginForm.openId = this.openId
this.$refs.loginForm.validate((valid) => {
if (valid) {