Files
zyt/pc/api/shop.ts
T
2026-03-01 14:17:59 +08:00

5 lines
92 B
TypeScript

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