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