wuhongyu 5 tahun lalu
induk
melakukan
fa8e1cedb8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 }) {