mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 16:32:46 +08:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
![]() |
//请求工具参考https://ext.dcloud.net.cn/plugin?id=392
|
||
|
const { http } = uni.$u
|
||
|
|
||
|
// 查询商品spu列表
|
||
|
export const productSpuPage = params => http.get('/product/spu/page', { params })
|