zhengyiming
5 天以前 10e01aa71d494ece26214bd57017e045f13b2a08
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,
};