You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
const { http } = uni.$u
|
|
|
|
/* index */
|
|
// 获取滚动图数据
|
|
export const getBannerData = params => http.get('/api/index', params)
|
|
// 获取滚动通知数据
|
|
export const getNoticeData = params => http.get('/api/notice', params)
|