mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 修改图片引入打包报错的问题
This commit is contained in:
Vendored
+1
-4
@@ -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[]
|
||||
Reference in New Issue
Block a user