Browse Source

优化

master
ltlzx 4 years ago
parent
commit
dad0fd736c
  1. 4
      api/college.js

4
api/college.js

@ -9,8 +9,8 @@ class College {
return Serve.get(`/articleList`,data); return Serve.get(`/articleList`,data);
} }
static getCategoryList(data) { static getCategoryList() {
return Serve.get(`/categoryList`,data); return Serve.get(`/categoryList`);
} }
static getArticleDetail(data) { static getArticleDetail(data) {

Loading…
Cancel
Save