zhengyiming
昨天 a61a6310e93bf792d3cc41944006d8663636b552
src/services/api/index.ts
@@ -4,9 +4,9 @@
// API 唯一标识:
import * as enterpriseEmployee from './enterpriseEmployee';
import * as role from './role';
import * as taskCheckReceive from './taskCheckReceive';
import * as enterprise from './enterprise';
import * as task from './task';
import * as taskCheckReceive from './taskCheckReceive';
import * as dictionary from './dictionary';
import * as user from './user';
import * as userResume from './userResume';
@@ -17,9 +17,9 @@
export default {
  enterpriseEmployee,
  role,
  taskCheckReceive,
  enterprise,
  task,
  taskCheckReceive,
  dictionary,
  user,
  userResume,