src/services/api/index.ts
@@ -3,18 +3,18 @@ // API 更新时间: // API 唯一标识: import * as auth from './auth'; import * as enterprise from './enterprise'; import * as menu from './menu'; import * as dictionary from './dictionary'; import * as resource from './resource'; import * as role from './role'; import * as userInfo from './userInfo'; import * as enterprise from './enterprise'; export default { auth, enterprise, menu, dictionary, resource, role, userInfo, enterprise, };