From f45f99b9d12d02dbdaae80f5241ddae34561ad03 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 17 Mar 2019 18:54:07 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E6=94=B9=E5=8F=8D=E5=90=91?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 7018ac1..86ceeaf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ // 基础路径 注意发布之前要先修改这里 -let url = 'http://localhost:8800' +let url = 'http://localhost' module.exports = { lintOnSave: true, productionSourceMap: false,