zhengyiming
6 天以前 22477adc4e931cd4a6925d8f0e867ef7aedc661d
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,
};