fix: 恢复代码
parent
a703dcdcfd
commit
2e37bf455d
|
|
@ -9,7 +9,7 @@ export type IAppConfig = {
|
|||
|
||||
export async function getMicroApp() {
|
||||
const { protocol, hostname } = location
|
||||
const prefix = `${protocol}//${hostname}:60006/`
|
||||
const prefix = `${protocol}//${hostname}:60003/`
|
||||
const {
|
||||
data: { deployAddress = prefix, configs }
|
||||
}: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue