weirenchun 1 year ago
parent
commit
03370b2761
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/api/biz/index.js
  2. 1 1
      src/views/home/components/left2.vue

+ 2 - 2
src/api/biz/index.js

@@ -13,8 +13,8 @@ export default {
    * @param params
    * @returns {Promise | Promise<unknown>}
    */
-  getCount(params) {
-    return fetch('/blade-pc-applet/wechat/count/getCount', params)
+  getBigCount(params) {
+    return fetch('/blade-pc-applet/wechat/count/getBigCount', params)
   },
   /**
    * 智库专债列表

+ 1 - 1
src/views/home/components/left2.vue

@@ -55,7 +55,7 @@ export default {
   },
   methods: {
     getCount() {
-      this.$api.biz.getCount().then(res => {
+      this.$api.biz.getBigCount().then(res => {
         let result = JSON.parse(crypto.decryptDES(res, crypto.desKey))
         if (result.code === 200) {
           this.data = result.data