车辆对接

This commit is contained in:
wangshiming
2021-12-24 13:17:44 +08:00
parent eb432e521f
commit 01bf9ec560
12 changed files with 327 additions and 433 deletions

View File

@ -1,3 +1,11 @@
/*
* @Author: your name
* @Date: 2021-12-07 19:42:53
* @LastEditTime: 2021-12-24 13:16:59
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\proxy.conf.js
*/
/**
* For more configuration, please refer to https://angular.io/guide/build#proxying-to-a-backend-server
*
@ -16,7 +24,7 @@ module.exports = {
// }
'//api': {
target: {
host: 'tms-api-test.eascs.com',
host: 'tms-api-dev.eascs.com',
protocol: 'https:',
port: 443
},