mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 06:32:51 +00:00
fix:修复微应用路由
This commit is contained in:
parent
d0122328b7
commit
cf3abdf643
@ -10,6 +10,7 @@
|
|||||||
:url='url'
|
:url='url'
|
||||||
inline
|
inline
|
||||||
destroy
|
destroy
|
||||||
|
keep-alive
|
||||||
disableSandbox
|
disableSandbox
|
||||||
:data='appData'
|
:data='appData'
|
||||||
@created='handleCreate'
|
@created='handleCreate'
|
||||||
|
|||||||
@ -403,7 +403,7 @@ export default {
|
|||||||
|
|
||||||
needStartHome: false,
|
needStartHome: false,
|
||||||
|
|
||||||
okrUrl: import.meta.env.VITE_OKR_WEB_URL || "/apps/okr/"
|
okrUrl: import.meta.env.VITE_OKR_WEB_URL || $.apiUrl(location.origin + "/apps/okr")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user