Files
xuetang/pc/api/shop.ts
T
2026-09-08 11:40:15 +08:00

5 lines
96 B
TypeScript

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