wupengfei
2025-11-10 a8651ec657fd2ef85cacc6660916dc847a932e1f
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';
@@ -26,6 +25,7 @@
import * as fileUtils from './fileUtils';
import * as settings from './settings';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
export default {
  enterprise,
  enterpriseEmployee,
@@ -42,7 +42,6 @@
  userResume,
  auth,
  taskUser,
  enterpriseCooperationWallet,
  codeUrl,
  syncDatabase,
  menu,
@@ -51,4 +50,5 @@
  fileUtils,
  settings,
  eventUtils,
  enterpriseCooperationWallet,
};