fix: modify
parent
2e37bf455d
commit
544bc39ffb
|
|
@ -8,8 +8,8 @@ export type IAppConfig = {
|
|||
}
|
||||
|
||||
export async function getMicroApp() {
|
||||
const { protocol, hostname } = location
|
||||
const prefix = `${protocol}//${hostname}:60003/`
|
||||
const { protocol, hostname, port } = location
|
||||
const prefix = `${protocol}//${hostname}:${port}/`
|
||||
const {
|
||||
data: { deployAddress = prefix, configs }
|
||||
}: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue