mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			279 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			279 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| //请求工具参考https://ext.dcloud.net.cn/plugin?id=392
 | |
| const { http } = uni.$u
 | |
| 
 | |
| // 获取滚动图数据
 | |
| export const getBannerData = params => http.get('/index', { params })
 | |
| // 获取滚动通知数据
 | |
| export const getNoticeData = params => http.get('/notice', { params })
 | 
