From 9c8a7f8cd5467dc5255267c24e6122808ce32282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 14:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=9C=80=E8=A6=81=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/tab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/tab.ts b/src/models/tab.ts index e64e989..f44177c 100644 --- a/src/models/tab.ts +++ b/src/models/tab.ts @@ -156,7 +156,7 @@ const TabModel: TabModelType = { return history.listen((location) => { const { pathname } = location; // 需要排除的路由 - const excludeRoutes = ['/login', '/register']; + const excludeRoutes = ['/login', '/register', '/register/supplier']; // 首页特殊处理 if (pathname === '/') {