diff --git a/vue.config.js b/vue.config.js index a7ade5a..e1278c4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,12 +23,12 @@ module.exports = { open: true, /* 设置为0.0.0.0则所有的地址均能访问 */ host: '0.0.0.0', - port: 8311, + port: 8080, https: false, hotOnly: false, disableHostCheck: true, /* 使用代理 后台接口路径 */ - proxy: 'http://192.168.0.54:8080/' + proxy: 'http://10.101.8.45:8080/' // proxy: 'http://jdxdev.vipgz4.idcfengye.com/' }, }