mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			231 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			231 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const { http } = uni.$u
 | |
| 
 | |
| /* index */
 | |
| // 获取滚动图数据
 | |
| export const getBannerData = params => http.get('/api/index', params)
 | |
| // 获取滚动通知数据
 | |
| export const getNoticeData = params => http.get('/api/notice', params)
 | 
