mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-22 18:57:15 +08:00
refactor: http util and route store (#43)
This commit is contained in:
6
src/types/global.d.ts
vendored
6
src/types/global.d.ts
vendored
@@ -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:禁用) */
|
||||
|
Reference in New Issue
Block a user