diff --git a/apps/web-antd/src/views/pay/app/modules/channel-form.vue b/apps/web-antd/src/views/pay/app/modules/channel-form.vue index 871770873..9298f3b91 100644 --- a/apps/web-antd/src/views/pay/app/modules/channel-form.vue +++ b/apps/web-antd/src/views/pay/app/modules/channel-form.vue @@ -6,11 +6,10 @@ import { computed, ref } from 'vue'; import { useVbenModal } from '@vben/common-ui'; import { $t } from '@vben/locales'; -import { message, Row, Space, Textarea } from 'ant-design-vue'; +import { message } from 'ant-design-vue'; import { useVbenForm } from '#/adapter/form'; import { createChannel, getChannel, updateChannel } from '#/api/pay/channel'; -import { FileUpload } from '#/components/upload'; import { channelSchema } from './data'; @@ -90,66 +89,6 @@ const [Modal, modalApi] = useVbenModal({