zhengyiming
2 天以前 70f58df4daebf7dba7f4a24aee506e14885761bd
src/services/api/index.ts
@@ -7,6 +7,7 @@
import * as role from './role';
import * as enterprise from './enterprise';
import * as task from './task';
import * as ocrUtils from './ocrUtils';
import * as dictionary from './dictionary';
import * as userResume from './userResume';
import * as fileUtils from './fileUtils';
@@ -15,13 +16,13 @@
import * as resource from './resource';
import * as taskUser from './taskUser';
import * as menu from './menu';
import * as ocrUtils from './ocrUtils';
export default {
  enterpriseEmployee,
  user,
  role,
  enterprise,
  task,
  ocrUtils,
  dictionary,
  userResume,
  fileUtils,
@@ -30,5 +31,5 @@
  resource,
  taskUser,
  menu,
  ocrUtils,
  fileUtils,
};