zhengyiming
10 天以前 cb795c5827f6e7c0e4d2c1358f27d0862f502b5b
src/services/api/index.ts
@@ -4,13 +4,17 @@
// 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 role from './role';
import * as userInfo from './userInfo';
export default {
  dictionary,
  auth,
  enterprise,
  menu,
  resource,
  role,
  userInfo,
};