fix frontend voice preview fallback

This commit is contained in:
Xin Wang
2026-06-10 12:36:18 +08:00
parent 4a948ee609
commit e94d98e947
3 changed files with 72 additions and 43 deletions

View File

@@ -32,4 +32,4 @@ DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/postgres
HOST=0.0.0.0
PORT=8000
# 前端开发地址,允许跨域
CORS_ORIGINS=http://localhost:3000
CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000