From 729411520752caddbbdcbd52d589adde65272c76 Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Sat, 25 Apr 2020 00:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=8F=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/' }, }