mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix:修复微应用路由
This commit is contained in:
parent
d0122328b7
commit
cf3abdf643
@ -10,6 +10,7 @@
|
||||
:url='url'
|
||||
inline
|
||||
destroy
|
||||
keep-alive
|
||||
disableSandbox
|
||||
:data='appData'
|
||||
@created='handleCreate'
|
||||
|
||||
@ -403,7 +403,7 @@ export default {
|
||||
|
||||
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