From d6caa7f8cbdd1f57ed9be4571fc7d86d21bdfbeb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 14 Aug 2021 15:59:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/api/index/index.js |   78 +++++++++++++++++++++++++++++++++++---
 1 files changed, 71 insertions(+), 7 deletions(-)

diff --git a/src/api/index/index.js b/src/api/index/index.js
index 56e5eed..28efff5 100644
--- a/src/api/index/index.js
+++ b/src/api/index/index.js
@@ -2,22 +2,86 @@
 // http://2h3f861221.wicp.vip:58646/information/SelectCount
 export const securityTotal = () => {
   return request({
-    url: "http://2h3f861221.wicp.vip:58646/information/SelectCount",
+    url: "/api/information/SelectCount",
     method: "post"
   });
 };
 export const holderNum = () => {
   return request({
-    url: "http://2h3f861221.wicp.vip:58646/information/SelectCounthold",
+    url: "/api/information/SelectCounthold",
     method: "post"
   });
 };
 
 export const securityPer = () => {
-    return request({
-      url: "http://2h3f861221.wicp.vip:58646/performance/queryYearPer",
-      method: "get"
-    });
-  };
+  return request({
+    url: "/api/performance/queryYearPer",
+    method: "get"
+  });
+};
+export const getLiveLocationVoList = (params) => {
+  return request({
+    url: "/api/liveLocation/getLiveLocationVoList",
+    method: "get",
+    params: params
+  });
+};
+export const lazyTreeJu = () => {
+  return request({
+    url: "/api/information/lazyTreeJu",
+    method: "post"
+  });
+};
+export const noholderNum = (params) => {
+  return request({
+    url: "/api/information/selectInCount",
+    method: "post",
+    params: params
+  });
+};
+export const noSocialSecurity = (params) => {
+  return request({
+    url: "/api/information/selectCs",
+    method: "post",
+    params: params
+  });
+};
+export const selectFj = () => {
+  return request({
+    url: "/api/information/selectFj",
+    method: "post",
+  });
+};
+export const selectBx = (params) => {
+  return request({
+    url: "/api/information/selectBx",
+    method: "post",
+    params: params
+  });
+};
+export const selectExtype = (params) => {
+  return request({
+    url: "/api/information/selectExtype",
+    method: "post",
+    params: params
+  });
+};
+export const seCountUg = (params) => {
+  return request({
+    url: "/api/information/seCountUg",
+    method: "post",
+    params: params
+  });
+};
+export const seCountI = (params) => {
+  return request({
+    url: "/api/information/seCountI",
+    method: "post",
+    params: params
+  });
+};
+
+ 
+
 
 

--
Gitblit v1.9.3