fix: 修正用户端热更新连接配置

This commit is contained in:
2026-07-11 16:44:05 +08:00
parent 603fb70715
commit 10c829e62d

View File

@@ -7,10 +7,6 @@ export default defineConfig({
allowedHosts: ["qa.huiyushuyuan.cn"],
port: 5173,
host: "0.0.0.0",
hmr: {
protocol: "ws",
clientPort: 80,
},
proxy: {
"/api": {
target: "http://backend:8100",