Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/live/common

lrf402788946 %!s(int64=3) %!d(string=hai) anos
pai
achega
3489317829
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. BIN=BIN
      src/assets/center/cxfw.png
  2. 4 0
      src/store/statistics.js

BIN=BIN
src/assets/center/cxfw.png


+ 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,