v3.30.0 【增加】字典项增加回显样式;【优化】文件S3协议对最新minio的支持;【优化】代码生成;【优化】前端vite编译配置

This commit is contained in:
zhuoda
2026-03-01 21:46:39 +08:00
parent 5d05d85a0a
commit 8ba413f093
131 changed files with 976 additions and 541 deletions
@@ -120,8 +120,8 @@ import { message } from 'ant-design-vue';
import { reactive, ref } from 'vue';
import { jobApi } from '/@/api/support/job-api';
import { smartSentry } from '/@/lib/smart-sentry';
import { SmartLoading } from '/@/components/framework/smart-loading/index.js';
import { TRIGGER_TYPE_ENUM } from '/@/constants/support/job-const.js';
import { SmartLoading } from '/@/components/framework/smart-loading/index';
import { TRIGGER_TYPE_ENUM } from '/@/constants/support/job-const';
// emit
const emit = defineEmits(['reloadList']);