| | |
| | | import * as resource from './resource'; |
| | | import * as dictionary from './dictionary'; |
| | | import * as enterpriseWallet from './enterpriseWallet'; |
| | | import * as codeUrl from './codeUrl'; |
| | | import * as electronSign from './electronSign'; |
| | | import * as userResume from './userResume'; |
| | | import * as auth from './auth'; |
| | |
| | | import * as menu from './menu'; |
| | | import * as logRecords from './logRecords'; |
| | | import * as fileUtils from './fileUtils'; |
| | | import * as syncDatabase from './syncDatabase'; |
| | | export default { |
| | | enterpriseEmployee, |
| | | user, |
| | |
| | | resource, |
| | | dictionary, |
| | | enterpriseWallet, |
| | | codeUrl, |
| | | electronSign, |
| | | userResume, |
| | | auth, |
| | |
| | | menu, |
| | | logRecords, |
| | | fileUtils, |
| | | syncDatabase, |
| | | }; |