code-origin/pc/api/shop.ts

5 lines
92 B
TypeScript
Executable File

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