zhengyiming
3 天以前 09a3ca7c9a9b7e4e1081980a8c10f10a25fd6ccf
src/services/api/index.ts
@@ -2,21 +2,29 @@
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as dictionary from './dictionary';
import * as menu from './menu';
import * as enterprise from './enterprise';
import * as task from './task';
import * as auth from './auth';
import * as user from './user';
import * as role from './role';
import * as userResume from './userResume';
import * as resource from './resource';
import * as enterpriseEmployee from './enterpriseEmployee';
import * as user from './user';
import * as dictionary from './dictionary';
import * as taskUser from './taskUser';
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 menu from './menu';
export default {
  dictionary,
  menu,
  enterprise,
  task,
  auth,
  user,
  role,
  userResume,
  resource,
  enterpriseEmployee,
  user,
  dictionary,
  taskUser,
  auth,
  taskUser,
  task,
  enterprise,
  role,
  menu,
};