Files
likeadmin_php_saas/pc/api/shop.ts
2024-08-16 18:19:10 +08:00

5 lines
92 B
TypeScript

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