From d7f4630047319d9a2cb86b300c78dc1d3a722fbb Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Fri, 6 Dec 2024 18:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=BAhasa?= 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 a094f80..4e65249 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -53,7 +53,7 @@ module.exports = configure(function (/* ctx */) { node: 'node16', }, gzip: true, - vueRouterMode: 'history', // available values: 'hash', 'history' + vueRouterMode: 'hash', // available values: 'hash', 'history' // vueRouterBase, // vueDevtools, // vueOptionsAPI: false,