wupengfei
2025-11-10 b0766e8732f46e90154034318d61e55295cc09b9
src/services/api/index.ts
@@ -17,7 +17,6 @@
import * as userResume from './userResume';
import * as auth from './auth';
import * as taskUser from './taskUser';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
import * as codeUrl from './codeUrl';
import * as syncDatabase from './syncDatabase';
import * as menu from './menu';
@@ -25,6 +24,8 @@
import * as userWallet from './userWallet';
import * as fileUtils from './fileUtils';
import * as settings from './settings';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
export default {
  enterprise,
  enterpriseEmployee,
@@ -41,7 +42,6 @@
  userResume,
  auth,
  taskUser,
  enterpriseCooperationWallet,
  codeUrl,
  syncDatabase,
  menu,
@@ -49,4 +49,6 @@
  userWallet,
  fileUtils,
  settings,
  eventUtils,
  enterpriseCooperationWallet,
};