login
This commit is contained in:
@ -7,9 +7,9 @@ export default {
|
||||
// },
|
||||
'/api/*': {
|
||||
// target: 'http://10.242.37.148:18022',//连接天宫的ng
|
||||
target: 'http://localhost:3000',//连接天宫的ng
|
||||
target: 'http://10.60.161.52:18030/',//连接天宫的ng
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^': '' },
|
||||
pathRewrite: { '^/api': '' },
|
||||
},
|
||||
},
|
||||
UAT: {
|
||||
@ -38,11 +38,11 @@ export default {
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-service-ebtp-process': '' },
|
||||
},
|
||||
'/api/sys-manager-ebtp-project': {
|
||||
target: 'http://localhost:18030',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
||||
},
|
||||
// '/api/sys-manager-ebtp-project': {
|
||||
// target: 'http://localhost:18030',
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
||||
// },
|
||||
'/api/biz-service-ebtp-rsms': {
|
||||
target: 'http://localhost:18014',
|
||||
changeOrigin: true,
|
||||
|
Reference in New Issue
Block a user