wupengfei
2025-08-06 03ffdd67fc4c40f3e9443931a0aa55e508182873
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,
};