SYN/pc/api/shop.ts

5 lines
92 B
TypeScript
Raw Permalink Normal View History

2025-11-28 07:29:47 +00:00
//首页数据
export function getIndex() {
return $request.get({ url: '/pc/index' })
}