From de1652973c7975f0e0006e5d5061b6991dc7aecf Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Wed, 9 Feb 2022 20:37:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=B1=BB=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.ts | 2 +- src/utils/{page.ts => router.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/utils/{page.ts => router.ts} (100%) diff --git a/src/utils/index.ts b/src/utils/index.ts index e253e129..f6fd01e4 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,5 +1,5 @@ export * from '@/utils/utils' -export * from '@/utils/page' +export * from '@/utils/router' export * from '@/utils/storage' export * from '@/utils/style' export * from '@/utils/plugin' diff --git a/src/utils/page.ts b/src/utils/router.ts similarity index 100% rename from src/utils/page.ts rename to src/utils/router.ts