feat(cms): 移除cmsComponents、cmsDesignCollect、cmsDesignRecord和cmsDesignSignUp模块

移除了以下CMS相关模块的API接口定义及前端页面组件:- cmsComponents(组件管理)
- cmsDesignCollect(设计征集)
- cmsDesignRecord(页面组件记录)
- cmsDesignSignUp(设计征集报名)

同时清理了相关的模型定义、接口调用及Vue页面文件,优化了登录模块中用户信息存储逻辑,去除冗余字段。
This commit is contained in:
2025-09-21 09:39:51 +08:00
parent 85206f3894
commit 1f5002c536
25 changed files with 19 additions and 3196 deletions

View File

@@ -212,13 +212,6 @@
:category-id="categoryId"
@done="reload"
/>
<!-- 页面组件弹窗 -->
<Components
v-model:visible="showDesignRecordEdit"
:data="current"
:category-id="categoryId"
@done="reload"
/>
</a-page-header>
</template>
@@ -242,7 +235,6 @@ import type {EleProTable} from 'ele-admin-pro/es';
import {useI18n} from 'vue-i18n';
import CmsNavigationEdit from './components/navigation-edit.vue';
import DesignEdit from './components/design-edit.vue';
import Components from './components/components.vue';
import {
listCmsNavigation,
removeCmsNavigation