feat: 首页指标卡

This commit is contained in:
砂糖
2025-09-17 17:16:22 +08:00
parent 0fe77fa3c5
commit d0cba7660b
3 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import request from '@/utils/request'
// 查询首页概览数据
export function overview() {
return request({
url: '/oa/dashboard/overview',
method: 'get',
})
}