wupengfei
8 天以前 e32d6239d09f6d9d66c77ad5a7d9716d20b61428
src/services/api/index.ts
@@ -3,18 +3,20 @@
// API 更新时间:
// API 唯一标识:
import * as dictionary from './dictionary';
import * as auth from './auth';
import * as enterprise from './enterprise';
import * as menu from './menu';
import * as resource from './resource';
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 userInfo from './userInfo';
import * as resource from './resource';
export default {
  dictionary,
  auth,
  enterprise,
  menu,
  resource,
  enterprise,
  task,
  auth,
  user,
  role,
  userInfo,
  resource,
};