fix: todo修复

This commit is contained in:
hw
2025-11-20 10:34:21 +08:00
237 changed files with 2791 additions and 3444 deletions

View File

@@ -11,7 +11,7 @@ import { useAccessStore } from '@vben/stores';
import { ElButton, ElDialog, ElImage, ElMessage, ElUpload } from 'element-plus';
import { UploadType, useBeforeUpload } from '#/utils/useUpload';
import MaterialSelect from '#/views/mp/components/material-select/material-select.vue';
import MaterialSelect from '#/views/mp/components/wx-material-select/wx-material-select.vue';
// 设置上传的请求头部

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import type { Article } from './types';
import News from '#/views/mp/components/news/news.vue';
import News from '#/views/mp/components/wx-news/wx-news.vue';
defineOptions({ name: 'DraftTableCell' });