fix: app cross domain

This commit is contained in:
kuaifan 2023-02-26 20:21:35 +08:00
parent 50b0542e28
commit f8644e7e39
4 changed files with 4 additions and 0 deletions

View File

@ -2045,6 +2045,7 @@ export default {
url: 'web.js',
params: {
titleFixed: true,
allowAccess: true,
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
},
});

View File

@ -203,6 +203,7 @@ export default {
url: 'web.js',
params: {
titleFixed: true,
allowAccess: true,
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
},
});

View File

@ -1497,6 +1497,7 @@ export default {
url: 'web.js',
params: {
titleFixed: true,
allowAccess: true,
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
},
});

View File

@ -1069,6 +1069,7 @@ export default {
url: 'web.js',
params: {
titleFixed: true,
allowAccess: true,
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
},
});