From 57ef29f4cc325903f319f893eaac8bdb879ff5c2 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 7 Aug 2025 18:22:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(H5=E8=B7=AF=E7=94=B1):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?H5=E7=8E=AF=E5=A2=83=E4=B8=8B=E7=9B=B4=E6=8E=A5=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E8=B7=AF=E7=94=B1=E6=97=A0=E6=B3=95=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除hashchange监听方式,改为在App启动时直接处理初始路由 --- src/App.vue | 12 +++++++----- src/router/interceptor.ts | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6a3a91a..ba9577d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,14 @@