BUG 25146

This commit is contained in:
aixianling
2021-12-02 15:10:34 +08:00
parent 100b444bd2
commit 7f36cf4adb

View File

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