登录接口实现

This commit is contained in:
Taric Xin
2021-12-07 15:35:48 +08:00
parent 9167bb35f4
commit 4e0c3a3d03
14 changed files with 425 additions and 248 deletions

View File

@ -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'
},
};