guhongwei 5 years ago
parent
commit
ee5548b89f
1 changed files with 1 additions and 1 deletions
  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 = {};