houzhongjian
2024-08-29 b31b1b1cd45d78197af03317bc211c431d6b938a
src/api/system/app/index.ts
@@ -1,5 +1,4 @@
import request from '@/config/axios'
import {TenantExportReqVO} from "@/api/system/tenant";
export interface AppVO {
  id: number
@@ -46,6 +45,6 @@
}
// 导出
export const exportApp = (params: TenantExportReqVO) => {
export const exportApp = (params: AppVO) => {
  return request.download({ url: '/system/app/export-excel', params })
}