Files
likeadmin_java/pc/api/shop.ts
2023-01-09 19:02:20 +08:00

5 lines
92 B
TypeScript

//首页数据
export function getIndex() {
return $request.get({ url: '/pc/index' })
}