feat: add article demo videos and category counts
This commit is contained in:
@@ -60,6 +60,14 @@ export function getResourceByUserId(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询首页分类内容数量
|
||||
export function getHomeCategoryCounts() {
|
||||
return request({
|
||||
url: '/app/article/app/homeCategoryCounts',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 根据字典类型查询字典数据信息
|
||||
export function getDicts(dictType) {
|
||||
|
||||
Reference in New Issue
Block a user