fix: 修改图片引入打包报错的问题

This commit is contained in:
MTrun
2022-02-28 20:26:04 +08:00
parent cab18e29f5
commit 922afd8310
17 changed files with 249 additions and 276 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
export type Chartype = {
id: number | string
title: string // 标题
lableId: string | number
label: string // 标签
release: number // 0未发布 | 1已发布
icon: any
['string']: string
release: boolean // 0未发布 | 1已发布
}
export type ChartList = Chartype[]