From 4402debfff2ed2710100df114b8b8f6593c5c67b Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Tue, 23 Apr 2024 17:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E6=BA=90=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= 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 c222704..5327589 100644 --- a/vue.config.js +++ b/vue.config.js @@ -26,7 +26,7 @@ module.exports = { */ publicPath: '/', outputDir: 'dist', - assetsDir: 'system', + assetsDir: 'static', indexPath: 'index.html', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false,