wuhongyu 5 years ago
parent
commit
fa8e1cedb8
1 changed files with 1 additions and 1 deletions
  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 }) {