@@ -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 = {};