wupengfei
8 天以前 9b07e595da6e87cfc49a8728586e85c0635a8650
src/services/api/index.ts
@@ -21,6 +21,8 @@
import * as logRecords from './logRecords';
import * as menu from './menu';
import * as fileUtils from './fileUtils';
import * as userWallet from './userWallet';
import * as settings from './settings';
import * as syncDatabase from './syncDatabase';
export default {
  enterpriseEmployee,
@@ -42,5 +44,7 @@
  logRecords,
  menu,
  fileUtils,
  userWallet,
  settings,
  syncDatabase,
};