5 天以前 fa42bcb7396e06e335bbbff67f5898b98f8d9aa0
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',