登录接口实现
This commit is contained in:
@ -14,4 +14,14 @@ module.exports = {
|
||||
// secure: false, // Ignore invalid SSL certificates
|
||||
// changeOrigin: true
|
||||
// }
|
||||
'//cuc': {
|
||||
target: {
|
||||
host: '172.30.9.44',
|
||||
protocol: 'http:',
|
||||
port: 8003
|
||||
},
|
||||
secure: false,
|
||||
changeOrigin: true,
|
||||
logLevel: 'debug'
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user