guhongwei 5 年之前
父節點
當前提交
ee5548b89f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = {};