BUG 25348

This commit is contained in:
aixianling
2021-12-09 19:08:56 +08:00
parent 286a69157f
commit d5920bda7e

View File

@@ -61,9 +61,7 @@ export default {
delete query.code delete query.code
this.root.goto({query, path, hash}) this.root.goto({query, path, hash})
}) })
} else { } else this.getCode()
this.getCode({corpId, suiteId, url: location.href})
}
}, },
}, },
created() { created() {