mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
//请求工具参考https://ext.dcloud.net.cn/plugin?id=392
 | 
						|
const { http } = uni.$u
 | 
						|
 | 
						|
// 查询分类列表
 | 
						|
export const categoryListData = params => http.get('product/category/list', { params })
 |