feat: 优化下注结果展示与大厅表单交互,适配新端口配置
This commit is contained in:
@@ -92,8 +92,8 @@ export function IframeBridge({ children }: { children: ReactNode }): ReactNode {
|
||||
const allowedOrigins = [
|
||||
process.env.NEXT_PUBLIC_MAIN_SITE_URL,
|
||||
process.env.NEXT_PUBLIC_PARENT_ORIGIN,
|
||||
"http://localhost:3000",
|
||||
"http://127.0.0.1:3000",
|
||||
"http://localhost:3800",
|
||||
"http://127.0.0.1:3800",
|
||||
].filter(Boolean);
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user