feat: 对接虚拟化平台管理
Build and Deploy Vue3 / build (push) Successful in 1m22s
Build and Deploy Vue3 / deploy (push) Successful in 1m2s

This commit is contained in:
2026-03-19 18:13:24 +08:00
parent cd16ec17ae
commit cf19956b88
24 changed files with 5000 additions and 807 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default defineConfig(({ mode }) => {
},
server: {
// 强制绑定 IPv4 回环地址,避免 TUN/VPN 代理模式拦截 IPv6 或通配地址
host: '127.0.0.1',
host: '0.0.0.0',
port: 5176,
strictPort: false,
proxy: {