This commit is contained in:
wangshiming
2022-04-01 14:54:14 +08:00
parent 7798b51ee9
commit 5c9f68c967
4 changed files with 83 additions and 33 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-18 09:51:21
* @LastEditors : Shiming
* @LastEditTime : 2022-03-31 14:02:38
* @LastEditTime : 2022-04-01 14:41:31
* @FilePath : \\tms-obc-web\\proxy.conf.js
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -28,4 +28,14 @@ module.exports = {
changeOrigin: true,
logLevel: 'debug'
},
'//sascs': {
target: {
host: 'sascs-tj-tms-test.obs.cn-south-1.myhuaweicloud.com',
protocol: 'https:',
port: 443
},
secure: false,
changeOrigin: true,
logLevel: 'debug'
},
};