|
|
@ -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) { |
|
|
|