feat: add article demo videos and category counts

This commit is contained in:
王鹏
2026-08-17 15:50:17 +08:00
parent cf40df23f4
commit 6d847bdd86
5 changed files with 155 additions and 20 deletions

View File

@@ -60,6 +60,14 @@ export function getResourceByUserId(id) {
})
}
// 查询首页分类内容数量
export function getHomeCategoryCounts() {
return request({
url: '/app/article/app/homeCategoryCounts',
method: 'get'
})
}
// 根据字典类型查询字典数据信息
export function getDicts(dictType) {