This commit is contained in:
Pan
2017-08-23 11:16:54 +08:00
committed by 花裤衩
parent 33a4369cd7
commit 385ec5a762
18 changed files with 34 additions and 113 deletions

View File

@@ -1,13 +1,13 @@
import fetch from 'utils/fetch'
export function getList () {
export function getList() {
return fetch({
url: '/article/list',
method: 'get'
})
}
export function getArticle () {
export function getArticle() {
return fetch({
url: '/article/detail',
method: 'get'