refactor: http util and route store (#43)

This commit is contained in:
ppxb
2025-01-04 21:09:01 +08:00
committed by GitHub
parent aa14d6bdea
commit d3aeca81d8
7 changed files with 129 additions and 172 deletions

View File

@@ -14,10 +14,8 @@ export interface LabelValueState {
extra?: string
}
/** 字典类型 */
export interface DictState {
code: string
items: Array<LabelValueState>
declare global{
type Recordable<T = any> = Record<string, T>
}
/** 状态1启用2禁用 */