fix:去测评跳转

This commit is contained in:
wyx
2023-03-30 11:31:09 +08:00
parent 2b920ab8ed
commit 282eaeb58d

View File

@@ -171,7 +171,7 @@ const goOuterChain = () => {
if (res.code == 200) {
let jumpUrl = res.data.quizUrl;
// 此处写跳转url
// window.open(jumpUrl, "_top");
window.open(jumpUrl, "_top");
}
})
.catch((err) => {