修复模型库开发代理地址
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user