diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index c1d8a05..f32f897 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -187,7 +187,7 @@ /** 获取分类下拉框 */ const getParent = () => { parent({ - type: 1, + type: 3, parentId: 0, }).then((res) => { projectTypeList.value = res.data