Commit 2b4e26b9 authored by guozhiwei's avatar guozhiwei

fix: 问题修复

parent 2b0548f4
...@@ -13,6 +13,10 @@ export const goUrlExtends = { ...@@ -13,6 +13,10 @@ export const goUrlExtends = {
const returnUrl = this.getReturnUrl(); const returnUrl = this.getReturnUrl();
setTimeout(() => { setTimeout(() => {
if (returnUrl) { if (returnUrl) {
if (isApp && returnUrl === 'closeWindows') {
this.util.closeBrowser();
return;
}
window.location.replace(`${returnUrl}`); window.location.replace(`${returnUrl}`);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment