guhongwei 3 rokov pred
rodič
commit
110f8d6af9
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      src/store/statistics.js

+ 4 - 0
src/store/statistics.js

@@ -26,6 +26,10 @@ const actions = {
     });
     return res;
   },
+  async patentUserIndex({ commit }, key) {
+    const res = await this.$axios.$get(`${api.interface}/patentUserIndex`, key);
+    return res;
+  },
 };
 export default {
   namespaced: true,