refactor:change fetch => fetch

This commit is contained in:
Pan
2017-11-24 13:50:09 +08:00
committed by 花裤衩
parent 52bfe11bb7
commit 3abc6b14c6
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import fetch from '@/utils/fetch'
import request from '@/utils/request'
export function getList(params) {
return fetch({
return request({
url: '/table/list',
method: 'get',
params