From 920e28ed99b3f852a26c9609c8a347172d33cb2c Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 25 Feb 2019 11:35:47 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=20vue=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 114ad3c..7018ac1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,8 +1,6 @@ // 基础路径 注意发布之前要先修改这里 -let baseUrl = './' let url = 'http://localhost:8800' module.exports = { - publicPath: baseUrl, // 根据你的实际情况更改这里 lintOnSave: true, productionSourceMap: false, chainWebpack: (config) => {