fix: 测试60006
parent
3f35f93603
commit
a703dcdcfd
|
|
@ -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}:60003/`
|
const prefix = `${protocol}//${hostname}:60006/`
|
||||||
const {
|
const {
|
||||||
data: { deployAddress = prefix, configs }
|
data: { deployAddress = prefix, configs }
|
||||||
}: {
|
}: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue