From 9cf0bc02f7d6f06deeabd43d3ddedfeba42f0aee Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Fri, 15 Mar 2024 10:24:46 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=81=9A?= 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 b1f6ebc..684f0d2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,7 @@ module.exports = { //路径前缀 publicPath: "/manage/", - outputDir: "dist", + outputDir: "manage", lintOnSave: true, productionSourceMap: false, chainWebpack: config => {