wupengfei
4 天以前 258b6ce3a359bceb354ca3ea55c73bfb0cad0dc1
src/services/api/index.ts
@@ -6,10 +6,11 @@
import * as user from './user';
import * as role from './role';
import * as ocrUtils from './ocrUtils';
import * as task from './task';
import * as enterprise from './enterprise';
import * as resource from './resource';
import * as task from './task';
import * as dictionary from './dictionary';
import * as enterpriseWallet from './enterpriseWallet';
import * as electronSign from './electronSign';
import * as userResume from './userResume';
import * as auth from './auth';
@@ -17,17 +18,17 @@
import * as taskUser from './taskUser';
import * as menu from './menu';
import * as logRecords from './logRecords';
import * as enterpriseWallet from './enterpriseWallet';
import * as fileUtils from './fileUtils';
export default {
  enterpriseEmployee,
  user,
  role,
  ocrUtils,
  task,
  enterprise,
  resource,
  task,
  dictionary,
  enterpriseWallet,
  electronSign,
  userResume,
  auth,
@@ -35,6 +36,5 @@
  taskUser,
  menu,
  logRecords,
  enterpriseWallet,
  fileUtils,
};