style: 💄 组合式 API 顺序调整和移除无用引用
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user