瀏覽代碼

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

lrf402788946 3 年之前
父節點
當前提交
3489317829
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 二進制
      src/assets/center/cxfw.png
  2. 4 0
      src/store/statistics.js

二進制
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,