From a801508b135b79b12d411af5a8d7e4059a7abf24 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Sun, 23 Feb 2020 12:37:28 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy
---
SunshineIns/src/fetch/index.js | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js
index 07e9c2f..251a0e1 100644
--- a/SunshineIns/src/fetch/index.js
+++ b/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
};
\ No newline at end of file
--
Gitblit v1.8.0