wupengfei
2 天以前 268bf6d9cbfc7c534f231991e88bab727c6e0a28
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,