[update] -项目详情页 增加第三方垫付信息面板

This commit is contained in:
fengchenchen
2022-06-09 15:37:56 +08:00
parent 0cc0e754e4
commit f8f25ebe93
4 changed files with 95 additions and 6 deletions
+3 -2
View File
@@ -76,7 +76,7 @@ module.exports = {
},
devServer: {
port: 3000,
port: 21825,
proxy: {
/* '/api': {
target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统
@@ -88,7 +88,8 @@ module.exports = {
},*/
'/jero-boot': {
// ''
target: 'http://localhost:8080', //请求本地 jero-boot后台项目
// target: 'http://10.0.10.78:21824', //请求本地 jero-boot后台项目
target: 'http://10.0.1.9:21824', //
ws: false,
changeOrigin: true,
},