wuhongyu 5 năm trước cách đây
mục cha
commit
fa8e1cedb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }) {