mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 23:25:06 +08:00
feature(uniapp分类): 分类列表以及商品加载
This commit is contained in:
5
yudao-ui-app/api/category.js
Normal file
5
yudao-ui-app/api/category.js
Normal file
@ -0,0 +1,5 @@
|
||||
//请求工具参考https://ext.dcloud.net.cn/plugin?id=392
|
||||
const { http } = uni.$u
|
||||
|
||||
// 查询分类列表
|
||||
export const categoryListData = params => http.get('product/category/list', { params })
|
Reference in New Issue
Block a user