mirror of
https://gitee.com/likeadmin/likeadmin_php_saas.git
synced 2026-09-06 23:08:46 +08:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
//首页数据
|
|
export function getIndex() {
|
|
return $request.get({ url: '/pc/index' })
|
|
}
|