删除不再使用的数字人创作和模型配置相关文件,优化项目结构,提升代码可维护性。

This commit is contained in:
2026-05-13 16:00:52 +08:00
parent bd2195ee06
commit 812b11bb68
13 changed files with 16 additions and 608 deletions

View File

@@ -92,10 +92,10 @@
import { ref, reactive, watch, onMounted } from 'vue';
import { ElMessage, type FormInstance, type FormRules } from 'element-plus';
import { Search, CircleCheck } from '@element-plus/icons-vue';
import { getModelModuleList, addModelModule, getModelTypeList, normalizeModelTypeOptions } from '/@/api/digitalHuman/modelConfig/modelModule';
import { getModelModuleList, addModelModule, getModelTypeList, normalizeModelTypeOptions } from '/@/api/settings/modelConfig/modelModule';
import { checkIsSuperAdmin } from '/@/api/system/user/index';
import { getApiErrorMessage } from '/@/utils/request';
import EditModule from '/@/views/digitalHuman/modelConfig/modelModule/component/editModule.vue';
import EditModule from '/@/views/settings/modelConfig/modelModule/component/editModule.vue';
interface ModelItem {
id: string;

View File

@@ -96,7 +96,7 @@
<script setup lang="ts">
import { ref, reactive, watch } from 'vue';
import { Search, CircleCheck } from '@element-plus/icons-vue';
import { getSkillList, getUserSkilllistUser, type SkillItem } from '/@/api/digitalHuman/skill';
import { getSkillList, getUserSkilllistUser, type SkillItem } from '/@/api/settings/skill';
interface Props {
modelValue: boolean;

View File

@@ -50,7 +50,7 @@
<script setup lang="ts">
import { ref, reactive, watch } from 'vue';
import { Search, CircleCheck } from '@element-plus/icons-vue';
import { getUserSkilllistUser, type SkillItem } from '/@/api/digitalHuman/skill';
import { getUserSkilllistUser, type SkillItem } from '/@/api/settings/skill';
interface Props {
modelValue: boolean;