add table demo

This commit is contained in:
Pan
2017-04-22 21:44:36 +08:00
parent 95aca8e0c3
commit 6d9ddadcf1
8 changed files with 431 additions and 6 deletions

View File

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