zhengyiming
2 天以前 70f58df4daebf7dba7f4a24aee506e14885761bd
src/services/api/index.ts
@@ -10,12 +10,12 @@
import * as ocrUtils from './ocrUtils';
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 fileUtils from './fileUtils';
export default {
  enterpriseEmployee,
  user,
@@ -25,6 +25,7 @@
  ocrUtils,
  dictionary,
  userResume,
  fileUtils,
  auth,
  taskCheckReceive,
  resource,