代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -4,13 +4,11 @@ import api from './api'
* 获得banner列表
*/
export function getBanner(data) {
console.log('--> % getUserInfo % data:\n', data)
return api.get('/market/banner/list', data, { login: false })
}
/**
* 获取首页信息
*/
export function getHomeData(data) {
console.log('--> % getUserInfo % data:\n', data)
return api.get('/product/shop/index', data, { login: false })
}