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