@@ -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}`);
async update({ commit }, { id, ...data }) {