From a52078d2dc94ef6c05ae451e2e87771424bd3020 Mon Sep 17 00:00:00 2001 From: LCJ-MinYa <1049468118@qq.com> Date: Wed, 8 Jan 2025 17:52:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Dtag=E6=A0=8F=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8A=A8=E6=80=81=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/tools.ts b/src/utils/tools.ts index 685313d..077434a 100644 --- a/src/utils/tools.ts +++ b/src/utils/tools.ts @@ -32,7 +32,7 @@ export const url = { /** route路由相关工具 */ export const route = { - FILE_NAME_PREFIX: '/src/views/', + FILE_NAME_PREFIX: '/src/views', convertPathToName: (path: string): string => { return path .split('/') // 分割路径