zhengyiming
7 天以前 19fb7e7af8464bc88088d8bbc80c481752827994
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as auth from './auth';
import * as menu from './menu';
import * as resource from './resource';
import * as dictionary from './dictionary';
export default {
  auth,
  menu,
  resource,
  dictionary,
};