From b57e4304581e0239ff519089feb0dbe1cef606b1 Mon Sep 17 00:00:00 2001 From: chenxin <59009595@qq.com> Date: Thu, 7 Sep 2023 17:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2nginx?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E6=89=93=E4=B8=8D=E5=BC=80=E7=9A=84bug?= 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 26aa5bc..9ce2861 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ function resolve (dir) { // vue.config.js module.exports = { // baseUrl: "./", - publicPath: '/' , + publicPath: './' , outputDir: "dist", assetsDir: "assets", indexPath: "index.html",