forked from github/dataease
fix(嵌入式): 跳转测试
This commit is contained in:
parent
7192ad9269
commit
f73e937e0d
@ -350,7 +350,7 @@ const windowsJump = (url, jumpType) => {
|
||||
try {
|
||||
const newWindow = window.open(url, jumpType)
|
||||
initOpenHandler(newWindow)
|
||||
if (jumpType === '_self') {
|
||||
if (jumpType === '_self' && !embeddedStore.baseUrl) {
|
||||
location.reload()
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user