fix: 短信相关接口文件夹统一命名格式
This commit is contained in:
@@ -3,7 +3,7 @@ import type {
|
||||
OnActionClickParams,
|
||||
VxeTableGridOptions,
|
||||
} from '#/adapter/vxe-table';
|
||||
import type { SystemSmsTemplateApi } from '#/api/system/sms/smsTemplate';
|
||||
import type { SystemSmsTemplateApi } from '#/api/system/sms/template';
|
||||
|
||||
import { Page, useVbenModal } from '@vben/common-ui';
|
||||
import { Download, Plus } from '@vben/icons';
|
||||
@@ -15,7 +15,7 @@ import {
|
||||
deleteSmsTemplate,
|
||||
exportSmsTemplate,
|
||||
getSmsTemplatePage,
|
||||
} from '#/api/system/sms/smsTemplate';
|
||||
} from '#/api/system/sms/template';
|
||||
import { $t } from '#/locales';
|
||||
import { downloadByData } from '#/utils/download';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user