Преглед на файлове

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

lrf402788946 преди 4 години
родител
ревизия
3489317829
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. BIN
      src/assets/center/cxfw.png
  2. 4 0
      src/store/statistics.js

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,