liuyg
2021-07-20 eed39ea913dddfe6572f37de8c7de3f1523b6816
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"
    });
  };