bugfix: 参数提交错误

This commit is contained in:
2026-02-25 14:43:14 +08:00
parent 73b8503ac7
commit 1bd0e6334c
4 changed files with 5 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ export default defineConfig(({ mode }) => {
},
server: {
host: '0.0.0.0', // 允许局域网内的IP访问
port: 8060, // 根据环境设置端口
port: 8088, // 根据环境设置端口
open: true, // 自动打开浏览器
strictPort: true, // 如果端口已被占用,则尝试下一个可用端口
hmr: {