wupengfei
6 天以前 9fa329d712f3b462995d9b9743f95e303cb33658
src/services/api/index.ts
@@ -9,11 +9,13 @@
import * as task from './task';
import * as dictionary from './dictionary';
import * as userResume from './userResume';
import * as fileUtils from './fileUtils';
import * as auth from './auth';
import * as taskCheckReceive from './taskCheckReceive';
import * as resource from './resource';
import * as taskUser from './taskUser';
import * as menu from './menu';
import * as ocrUtils from './ocrUtils';
export default {
  enterpriseEmployee,
  user,
@@ -22,9 +24,11 @@
  task,
  dictionary,
  userResume,
  fileUtils,
  auth,
  taskCheckReceive,
  resource,
  taskUser,
  menu,
  ocrUtils,
};