zhengyiming
3 天以前 d64e4b3a63f88ca012a7c76dc622533c29d2f3ce
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,