zhengyiming
6 天以前 c5025e19c37bcb0ec0d07e979ebe9c1ca7840753
src/services/api/index.ts
@@ -2,9 +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 role from './role';
export default {
  dictionary,
  auth,
  menu,
  resource,
  role,
};