zhengyiming
2025-08-07 b5cd9584bc684c9df207c4422562a28a07d099b1
src/services/api/index.ts
@@ -4,7 +4,17 @@
// API 唯一标识:
import * as auth from './auth';
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,
  menu,
  dictionary,
  resource,
  role,
  userInfo,
  enterprise,
};