guhongwei 4 anni fa
parent
commit
bacf356c94
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/store/market/market.js

+ 4 - 0
src/store/market/market.js

@@ -26,6 +26,10 @@ const actions = {
     });
     return res;
   },
+  async operationCreate({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.operaInfo}`, payload);
+    return res;
+  },
   async create({ commit }, payload) {
     const res = await this.$axios.$post(`${api.userInfo}`, payload);
     return res;