From cd8c0706f311c1f2078a30f9d3bb93bc01c829df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Mon, 15 Jul 2024 16:02:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E5=AD=97=E5=86=99=E9=94=99?= =?UTF-8?q?=E3=80=82=E8=B7=AF=E5=8A=B2=20-->=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 21eb57e..5c5ee2e 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -22,7 +22,7 @@ export const getIsTabbar = () => { } /** - * 获取当前页面路由的 path 路劲和 redirectPath 路径 + * 获取当前页面路由的 path 路径和 redirectPath 路径 * path 如 ‘/pages/login/index’ * redirectPath 如 ‘/pages/demo/base/route-interceptor’ */