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