wupengfei
6 天以前 8e94e3f60a91e536d69e643b4dc13804b79370bc
src/services/api/index.ts
@@ -2,13 +2,15 @@
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as dictionary from './dictionary';
import * as auth from './auth';
import * as menu from './menu';
import * as resource from './resource';
import * as dictionary from './dictionary';
import * as role from './role';
export default {
  dictionary,
  auth,
  menu,
  resource,
  dictionary,
  role,
};