格式化代码
This commit is contained in:
parent
f7bf280367
commit
13e9b5526b
@ -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}
|
||||||
})
|
})
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user