mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
fix: app cross domain
This commit is contained in:
parent
50b0542e28
commit
f8644e7e39
@ -2045,6 +2045,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
|
allowAccess: true,
|
||||||
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@ -203,6 +203,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
|
allowAccess: true,
|
||||||
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1497,6 +1497,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
|
allowAccess: true,
|
||||||
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1069,6 +1069,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
|
allowAccess: true,
|
||||||
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
url: $A.rightDelete(window.location.href, window.location.hash) + `#${path}`
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user