réplica de
https://github.com/ialley-workshop-open/uni-halo.git
sincronizado 2026-06-12 13:19:31 +08:00
update: 首页分类查询过滤
Este cometimento está contido em:
@@ -214,7 +214,9 @@ export default {
|
||||
}
|
||||
|
||||
this.$httpApi.v2
|
||||
.getCategoryList({})
|
||||
.getCategoryList({
|
||||
fieldSelector:['spec.hideFromList==false']
|
||||
})
|
||||
.then(res => {
|
||||
this.categoryList = res.items.sort((a, b) => {
|
||||
return b.postCount - a.postCount;
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador