src/services/api/index.ts
@@ -4,13 +4,17 @@ // API 唯一标识: import * as dictionary from './dictionary'; import * as auth from './auth'; import * as enterprise from './enterprise'; import * as menu from './menu'; import * as resource from './resource'; import * as role from './role'; import * as userInfo from './userInfo'; export default { dictionary, auth, enterprise, menu, resource, role, userInfo, };