This commit is contained in:
Taric Xin
2022-05-12 16:16:35 +08:00
parent 646081ecdd
commit 54bd5c3bb1
2 changed files with 34 additions and 26 deletions

View File

@ -18,19 +18,9 @@ module.exports = {
// secure: false, // Ignore invalid SSL certificates
// changeOrigin: true
// }
// '//api': {
// target: {
// host: 'tms-api.yunduoxing.com',
// protocol: 'https:',
// port: 443
// },
// secure: false,
// changeOrigin: true,
// logLevel: 'debug'
// },
'//api': {
target: {
host: 'tms-api-dev.eascs.com',
host: 'tms-api.yunduoxing.com',
protocol: 'https:',
port: 443
},
@ -38,4 +28,14 @@ module.exports = {
changeOrigin: true,
logLevel: 'debug'
},
// '//api': {
// target: {
// host: 'tms-api-test.eascs.com',
// protocol: 'https:',
// port: 443
// },
// secure: false,
// changeOrigin: true,
// logLevel: 'debug'
// },
};