From eed39ea913dddfe6572f37de8c7de3f1523b6816 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 20 Jul 2021 09:36:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/api/index/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/index/index.js b/src/api/index/index.js
index 56e5eed..741254c 100644
--- a/src/api/index/index.js
+++ b/src/api/index/index.js
@@ -2,20 +2,20 @@
 // 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",
+      url: "/api/performance/queryYearPer",
       method: "get"
     });
   };

--
Gitblit v1.9.3