From b26785936836e33cadb45109a4953568962746ec Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quasar.config.js b/quasar.config.js index 551e563..22b8c43 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -78,7 +78,7 @@ module.exports = configure(function (/* ctx */) { // polyfillModulePreload: true, // distDir // distDir: `dist/${BasePath}`, - distDir: 'dist', + distDir: 'dist/rtsa', // extendViteConf (viteConf) {}, // viteVuePluginOptions: {}, -- 2.40.1