diff --git a/vue.config.js b/vue.config.js index 72d2f75..7a7f67e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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,