zhengyiming
昨天 0ca66ba6d5f5d5502211b9d9c7bff036ebd3f1aa
src/services/api/index.ts
@@ -3,11 +3,11 @@
// API 更新时间:
// API 唯一标识:
import * as enterpriseEmployee from './enterpriseEmployee';
import * as user from './user';
import * as role from './role';
import * as enterprise from './enterprise';
import * as task from './task';
import * as dictionary from './dictionary';
import * as user from './user';
import * as userResume from './userResume';
import * as auth from './auth';
import * as taskCheckReceive from './taskCheckReceive';
@@ -16,11 +16,11 @@
import * as menu from './menu';
export default {
  enterpriseEmployee,
  user,
  role,
  enterprise,
  task,
  dictionary,
  user,
  userResume,
  auth,
  taskCheckReceive,