fix:修复微应用路由
This commit is contained in:
@@ -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")
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user