From 1c57bb7d7e991c0167ac164dc751476409571a04 Mon Sep 17 00:00:00 2001 From: jianjun Date: Mon, 13 Sep 2021 10:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B7=AF=E5=BE=84?= 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 580a145..703ed2c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { } module.exports = { - publicPath: '/tduck-front', + publicPath: '/', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false, devServer: {