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