huminmin
2026-08-14 29b4f3544d1cce531c83e1164b5be47f26a569bb
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',