fix: 测试60006

hisense
时启龙 2026-01-05 15:23:40 +08:00
parent 3f35f93603
commit a703dcdcfd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export type IAppConfig = {
export async function getMicroApp() {
const { protocol, hostname } = location
const prefix = `${protocol}//${hostname}:60003/`
const prefix = `${protocol}//${hostname}:60006/`
const {
data: { deployAddress = prefix, configs }
}: {