fix: modify

hisense
时启龙 2026-01-05 16:57:02 +08:00
parent 2e37bf455d
commit 544bc39ffb
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
}: { }: {