docs(utils): 删除未使用的注释指令

删除未使用的 '@ts-expect-error' 注释指令
This commit is contained in:
wyl86 2024-06-18 17:20:06 +08:00
parent 63c465c1aa
commit db5dc87df1
No known key found for this signature in database
GPG Key ID: 778CA5A622551CA5

View File

@ -1,4 +1,3 @@
// @ts-expect-error import json file
import { pages, subPackages, tabBar } from '@/pages.json' import { pages, subPackages, tabBar } from '@/pages.json'
/** 判断当前页面是否是tabbar页 */ /** 判断当前页面是否是tabbar页 */