From 06b60a4ff9a0485ef9ffc186ef17d68058acb7f2 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Tue, 16 Sep 2025 22:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E5=85=B7=E7=AE=B1?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=8F=8A=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toolbox-detail/index.vue | 92 ++++++++++++++++++++++++++++++++++ pages/toolbox/index.vue | 6 ++- 2 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 pages/toolbox-detail/index.vue diff --git a/pages/toolbox-detail/index.vue b/pages/toolbox-detail/index.vue new file mode 100644 index 0000000..6031ad6 --- /dev/null +++ b/pages/toolbox-detail/index.vue @@ -0,0 +1,92 @@ + + + + diff --git a/pages/toolbox/index.vue b/pages/toolbox/index.vue index e2ca760..822d252 100644 --- a/pages/toolbox/index.vue +++ b/pages/toolbox/index.vue @@ -28,7 +28,7 @@
-
+
@@ -187,6 +187,10 @@ getPage() } + const handleClick = (item: ProjectDrawPageRespVO) => { + navigateTo(`/toolbox-detail`) + } + const { data: recommendList } = await useAsyncData(`draw-recommend-list-getRelationRecommend`, async () => { const res = await getRelationRecommend({ type: 4,