修复模型库开发代理地址

This commit is contained in:
zhangshun
2026-05-29 11:30:33 +08:00
parent 71496de8e3
commit 6e4ce87844

View File

@@ -5,8 +5,8 @@ export default defineConfig({
port: 5174,
strictPort: true,
proxy: {
"/api": "http://localhost:3001",
"/storage": "http://localhost:3001"
"/api": "http://127.0.0.1:3001",
"/storage": "http://127.0.0.1:3001"
}
}
});