guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
ee5548b89f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = {};