From c1e0a1e53580d2619766d4c900f8cacaa3f44333 Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E8=B7=AF=E7=94=B1=E6=A8=A1=E5=BC=8F=20=E5=BF=85?= =?UTF-8?q?=E9=A1=BB=E6=98=AF=20hash=20=E6=A8=A1=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=98=AF=20history=20=20=E5=90=8E=E8=80=85?= =?UTF-8?q?=E5=9C=A8=E5=AE=89=E5=8D=93=E7=AB=AF=E5=A4=B1=E5=8E=BBtoken?= =?UTF-8?q?=E6=97=B6=E5=80=99=20=E4=BC=9A=E6=9C=89=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A1=86=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B?= =?UTF-8?q?=E3=80=91=EF=BC=9A=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91?= =?UTF-8?q?=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 078f492..adaba67 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -509,7 +509,7 @@ const routes = [ ] const router = new VueRouter({ - mode: 'history', + mode: 'hash', base: process.env.BASE_URL, routes })