guhongwei 5 năm trước cách đây
mục cha
commit
ee5548b89f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/news.js

+ 1 - 1
src/store/news.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  newsInfo: `/api/count/department`,
+  newsInfo: `/api/count/news`,
 };
 const state = () => ({});
 const mutations = {};