wuhongyu %!s(int64=5) %!d(string=hai) anos
pai
achega
fa8e1cedb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      store/market/marketproduct.js

+ 1 - 1
store/market/marketproduct.js

@@ -38,7 +38,7 @@ const actions = {
     return res;
   },
   async fetch({ commit }, payload) {
-    const res = await this.$axios.$get(`${api.columnInfo}/${payload}`);
+    const res = await this.$axios.$get(`${api.newsInfo}/${payload}`);
     return res;
   },
   async update({ commit }, { id, ...data }) {