gaoluyang
2026-08-06 d2f6dac989a5f522c14b0243140d8f1639fed975
src/views/im/manager/channel/material/data.ts
@@ -3,8 +3,8 @@
import { markRaw } from 'vue';
import { DICT_TYPE } from '../../../../../packages/constants/src';
import { getDictOptions } from '../../../../../packages/effects/hooks/src';
import { DICT_TYPE } from '#/packages/constants/src';
import { getDictOptions } from '#/packages/effects/hooks/src';
import { z } from '#/adapter/form';
import { getRangePickerDefaultProps } from '#/utils';
@@ -52,9 +52,6 @@
      fieldName: 'coverUrl',
      label: '封面图',
      component: 'ImageUpload',
      componentProps: {
        maxNumber: 1,
      },
    },
    {
      fieldName: 'summary',