wuhongyu 5 년 전
부모
커밋
6f4d64900c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      store/market/marketproduct.js

+ 2 - 2
store/market/marketproduct.js

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