前后端交互,请求本机后端服务配置修改。

This commit is contained in:
wangzhijiang
2023-04-06 12:37:43 +08:00
parent d187f79452
commit 86e2471230
+2 -1
View File
@@ -93,10 +93,11 @@ module.exports = {
}
}, */
'/jero-boot': {
target: 'http://10.0.3.22:8080', //请求本地 jero-boot后台项目
// target: 'http://10.0.3.22:8080', //请求本地 jero-boot后台项目
// target: 'http://10.10.10.46:8101', //请求本地 jero-boot后台项目
// target: 'http://10.0.1.25:8080',
// target: 'http://10.0.1.5:8080',
target: 'http://127.0.0.1:8080',
ws: false,
changeOrigin: true
}