diff --git a/vue.config.js b/vue.config.js index b7ebe10..72d2f75 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,10 +13,7 @@ function resolve(dir) { return path.join(__dirname, dir) } const httpType = 'https://' -// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置 -const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 -// const proxyUrl = '10.10.33.91:60006/' // 代理地址设置 -// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/'; +const proxyUrl = '10.10.33.172:60006' // EFC 3.0 代理地址设置 const publicPath = '/cop-web/' module.exports = { publicPath,