wupengfei
10 天以前 c5742b6e6eadda91a0cd99ebcc51d27d0f344c73
src/services/api/index.ts
@@ -3,18 +3,18 @@
// API 更新时间:
// API 唯一标识:
import * as auth from './auth';
import * as enterprise from './enterprise';
import * as menu from './menu';
import * as dictionary from './dictionary';
import * as resource from './resource';
import * as role from './role';
import * as userInfo from './userInfo';
import * as enterprise from './enterprise';
export default {
  auth,
  enterprise,
  menu,
  dictionary,
  resource,
  role,
  userInfo,
  enterprise,
};