diff --git a/apps/web-antd/src/api/system/sms/smsChannel/index.ts b/apps/web-antd/src/api/system/sms/channel/index.ts similarity index 100% rename from apps/web-antd/src/api/system/sms/smsChannel/index.ts rename to apps/web-antd/src/api/system/sms/channel/index.ts diff --git a/apps/web-antd/src/api/system/sms/smsTemplate/index.ts b/apps/web-antd/src/api/system/sms/template/index.ts similarity index 100% rename from apps/web-antd/src/api/system/sms/smsTemplate/index.ts rename to apps/web-antd/src/api/system/sms/template/index.ts diff --git a/apps/web-antd/src/views/system/sms/channel/data.ts b/apps/web-antd/src/views/system/sms/channel/data.ts index 7c021e3fd..231831109 100644 --- a/apps/web-antd/src/views/system/sms/channel/data.ts +++ b/apps/web-antd/src/views/system/sms/channel/data.ts @@ -1,6 +1,6 @@ import type { VbenFormSchema } from '#/adapter/form'; import type { OnActionClickFn, VxeTableGridOptions } from '#/adapter/vxe-table'; -import type { SystemSmsChannelApi } from '#/api/system/sms/smsChannel'; +import type { SystemSmsChannelApi } from '#/api/system/sms/channel'; import { z } from '#/adapter/form'; import { CommonStatusEnum } from '#/utils/constants'; diff --git a/apps/web-antd/src/views/system/sms/channel/index.vue b/apps/web-antd/src/views/system/sms/channel/index.vue index e7c9e6517..866ee605c 100644 --- a/apps/web-antd/src/views/system/sms/channel/index.vue +++ b/apps/web-antd/src/views/system/sms/channel/index.vue @@ -3,7 +3,7 @@ import type { OnActionClickParams, VxeTableGridOptions, } from '#/adapter/vxe-table'; -import type { SystemSmsChannelApi } from '#/api/system/sms/smsChannel'; +import type { SystemSmsChannelApi } from '#/api/system/sms/channel'; import { Page, useVbenModal } from '@vben/common-ui'; import { Download, Plus } from '@vben/icons'; @@ -15,7 +15,7 @@ import { deleteSmsChannel, exportSmsChannel, getSmsChannelPage, -} from '#/api/system/sms/smsChannel'; +} from '#/api/system/sms/channel'; import { $t } from '#/locales'; import { downloadByData } from '#/utils/download'; diff --git a/apps/web-antd/src/views/system/sms/channel/modules/form.vue b/apps/web-antd/src/views/system/sms/channel/modules/form.vue index 095c5fd31..3cacd6732 100644 --- a/apps/web-antd/src/views/system/sms/channel/modules/form.vue +++ b/apps/web-antd/src/views/system/sms/channel/modules/form.vue @@ -1,5 +1,5 @@