zhengyiming
2025-08-07 33c45ab67c74c387596a3a2fae26b314bebe1a4f
src/services/api/index.ts
@@ -2,13 +2,21 @@
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as userInfo from './userInfo';
import * as auth from './auth';
import * as dictionary from './dictionary';
import * as menu from './menu';
import * as resource from './resource';
import * as dictionary from './dictionary';
import * as role from './role';
import * as enterprise from './enterprise';
import * as task from './task';
export default {
  userInfo,
  auth,
  dictionary,
  menu,
  resource,
  dictionary,
  role,
  enterprise,
  task,
};