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