fix: 代理地址

zcsf
TangShan_DD 2025-05-16 15:12:35 +08:00
parent 43493c6542
commit f867f331fa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const httpType = 'https://'
const proxyUrl = '10.10.33.172:60006' // EFC 3.0 代理地址设置
const proxyUrl = '10.10.33.173:60006' // 中车 代理地址设置
const publicPath = '/cop-web/'
module.exports = {
publicPath,