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