edu/pc/api/shop.ts

5 lines
92 B
TypeScript
Raw Normal View History

2023-01-09 11:02:20 +00:00
//首页数据
export function getIndex() {
return $request.get({ url: '/pc/index' })
}