From 9e47e8ae940f802775df2eeabbcef8e0c6b6078b Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 15 Feb 2019 16:41:40 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= 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 d7f4594..b127291 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ // 基础路径 注意发布之前要先修改这里 let baseUrl = './' -let url = 'http://localhost:8800' +let url = 'http://localhost:88' module.exports = { baseUrl: baseUrl, // 根据你的实际情况更改这里 lintOnSave: true,