新增modal跳转

This commit is contained in:
mtruning
2021-12-23 12:17:25 +08:00
parent 5cbdbf137d
commit 291290d7f1
6 changed files with 21 additions and 8 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
export type CardType = {
export type Chartype = {
id: number | string
title: string // 标题
lableId: string | number
label: string // 标签
release: number // 0未发布 | 1已发布
icon: any
['string']: string
}
export type ChartList = Chartype[]