修复错误提交
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://10.1.39.104:9130', // 后端服务器地址
|
||||
target: 'http://localhost:8080', // 后端服务器地址
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user