修复
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = defineConfig({
|
||||
// 反向代理5001
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:5001',
|
||||
target: 'http://localhost:5003',
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user