From 7f69d5c7451e05db0e8f164c9fbed8ab6835633c Mon Sep 17 00:00:00 2001 From: liupopo Date: Fri, 24 Nov 2023 09:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= 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 05b1ee8..dfd4994 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,7 +24,7 @@ module.exports = { *在大多数情况下,请使用“/”!!! *详细信息:https://cli.vuejs.org/config/#publicpath */ - publicPath: '/', //process.env.NODE_ENV === 'production' ? '/gf/' : '/', + publicPath: process.env.NODE_ENV === 'production' ? '/lpk/' : '/', outputDir: 'yyth-ui', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development',