forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-23 e29d2313a38c0278577e645b4bb110e677175e10
SunshineIns/src/fetch/index.js
@@ -65,6 +65,23 @@
import unlocking from './unlocking';
import deleteUser from './deleteUser';
import getUserLog from './getUserLog';
import test1 from './test1';
import finds from './finds';
import importExcel from './importExcel';
import Eexport from './export';
import auditPerson from './auditPerson';
import socialfind from './socialfind';
import socialSave from './socialSave';
import socialQuery from './socialQuery';
import socialUpdate from './socialUpdate';
import socialDelete from './socialDelete';
import entryFind from './entryFind';
import entrySave from './entrySave';
import entryQuery from './entryQuery';
import attachmentDownload from './attachmentDownload';
import entryAudit from './entryAudit';
import signinfo from './signinfo';
export default {
  domain,
  getMenu,
@@ -132,5 +149,21 @@
  getLog,
  unlocking,
  deleteUser,
  getUserLog
  getUserLog,
  test1,
  finds,
  importExcel,
  Eexport,
  auditPerson,
  socialfind,
  socialSave,
  socialQuery,
  socialUpdate,
  socialDelete,
  entryFind,
  entrySave,
  entryQuery,
  attachmentDownload,
  entryAudit,
  signinfo
};