mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 11:44:59 +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)
|