zhengyiming
5 天以前 e7f0a81e522574957b754623996553cb43ad58a5
packages/services/apiV2/index.ts
@@ -7,10 +7,10 @@
import * as user from './user';
import * as dictionary from './dictionary';
import * as auth from './auth';
import * as taskUser from './taskUser';
import * as task from './task';
import * as enterprise from './enterprise';
import * as role from './role';
import * as taskUser from './taskUser';
import * as menu from './menu';
export default {
  userResume,
@@ -18,9 +18,9 @@
  user,
  dictionary,
  auth,
  taskUser,
  task,
  enterprise,
  role,
  taskUser,
  menu,
};