umi-tablayout
This commit is contained in:
@ -5,7 +5,7 @@ export default {
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: { '^': '' },
|
||||
// },
|
||||
'/api/*': {
|
||||
'/api': {
|
||||
// target: 'http://10.242.37.148:18022',//连接天宫的ng
|
||||
target: 'http://192.168.110.46:18030/',//连接天宫的ng
|
||||
changeOrigin: true,
|
||||
@ -29,12 +29,12 @@ export default {
|
||||
pathRewrite: { '/api/biz-service-ebtp-extend': '' },
|
||||
},
|
||||
'/api/biz-service-ebtp-project': {
|
||||
target: 'http://localhost:18012',
|
||||
target: 'http://192.168.110.22:18012',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-service-ebtp-project': '' },
|
||||
},
|
||||
'/api/biz-service-ebtp-process': {
|
||||
target: 'http://localhost:18011',
|
||||
target: 'http://192.168.110.22:18011',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-service-ebtp-process': '' },
|
||||
},
|
||||
@ -44,7 +44,7 @@ export default {
|
||||
// pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
||||
// },
|
||||
'/api/biz-service-ebtp-rsms': {
|
||||
target: 'http://localhost:18014',
|
||||
target: 'http://192.168.110.22:18014',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-service-ebtp-rsms': '' },
|
||||
},
|
||||
|
Reference in New Issue
Block a user