格式化代码

This commit is contained in:
sin 2019-03-04 15:30:21 +08:00
parent f7bf280367
commit 13e9b5526b

View File

@ -6,12 +6,12 @@ export function GetPage() {
url: '/Page/GetPage', url: '/Page/GetPage',
method: 'get', method: 'get',
}) })
} }
export function getProduct(id) { export function getProduct(id) {
return request({ return request({
url: '/Page/Product', url: '/Page/Product',
method: 'get', method: 'get',
params: { id } params: {id}
}) })
} }