From 4855816bb08850a4b212a466017e5bb67bb8a971 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Thu, 29 Aug 2024 15:31:41 +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=BA=E5=93=88=E5=B8=8C?= 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 db15878..431b274 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,