From 239a1272b2da5bcd35afa893b5b45892e3b43405 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sun, 14 Sep 2025 16:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E5=85=B7=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=86=E7=B1=BB=E5=8A=9F=E8=83=BD=E5=8F=8A=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/toolbox/types.ts | 1 + pages/toolbox-publish/index.vue | 14 +++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/api/toolbox/types.ts b/api/toolbox/types.ts index d764a39..4e234b1 100644 --- a/api/toolbox/types.ts +++ b/api/toolbox/types.ts @@ -6,6 +6,7 @@ export interface TcreateReq { createAddress?: string createIp?: string projectType: number[] + categoryId?: number files: { id: number title: string diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index f32f897..5d75858 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -26,18 +26,13 @@ > - - + + - - + + 原创开发 转载分享 @@ -149,6 +144,7 @@ coverImages: [], files: [], description: '', + categoryId: 0, }) const loading = ref(false)