wuhongyu 5 년 전
부모
커밋
fa8e1cedb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }) {