From db5dc87df183ce07722891e395a065bf63e093df Mon Sep 17 00:00:00 2001 From: wyl86 Date: Tue, 18 Jun 2024 17:20:06 +0800 Subject: [PATCH] =?UTF-8?q?docs(utils):=20=E5=88=A0=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E6=B3=A8=E9=87=8A=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除未使用的 '@ts-expect-error' 注释指令 --- src/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 14ef106..715c123 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,3 @@ -// @ts-expect-error import json file import { pages, subPackages, tabBar } from '@/pages.json' /** 判断当前页面是否是tabbar页 */