zhengyiming
2025-09-26 31aebd89c89a042b19da23514b78692ec950020f
src/services/api/index.ts
@@ -9,6 +9,7 @@
import * as task from './task';
import * as enterprise from './enterprise';
import * as resource from './resource';
import * as logRecords from './logRecords';
import * as dictionary from './dictionary';
import * as enterpriseWallet from './enterpriseWallet';
import * as codeUrl from './codeUrl';
@@ -18,7 +19,6 @@
import * as taskCheckReceive from './taskCheckReceive';
import * as taskUser from './taskUser';
import * as menu from './menu';
import * as logRecords from './logRecords';
import * as fileUtils from './fileUtils';
import * as syncDatabase from './syncDatabase';
export default {
@@ -29,6 +29,7 @@
  task,
  enterprise,
  resource,
  logRecords,
  dictionary,
  enterpriseWallet,
  codeUrl,
@@ -38,7 +39,6 @@
  taskCheckReceive,
  taskUser,
  menu,
  logRecords,
  fileUtils,
  syncDatabase,
};