style: 💄 组合式 API 顺序调整和移除无用引用

This commit is contained in:
ray
2024-08-03 19:02:58 +08:00
parent e15dbb255c
commit 93fce6494c
2 changed files with 69 additions and 38 deletions

View File

@@ -1,6 +1,4 @@
import request from "@/utils/request";
import { FormTypeEnum } from "@/enums/FormTypeEnum";
import { QueryTypeEnum } from "@/enums/QueryTypeEnum";
const GENERATOR_BASE_URL = "/api/v1/generator";
@@ -178,4 +176,7 @@ export interface FieldConfig {
/** 字段排序 */
fieldSort?: number;
/** 字典类型 */
dictType?: string;
}