From 410f87afcaff04bc7204b4386b8008502ccc8f9c Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/Index.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 7db378f..4ef34f8 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -9,7 +9,7 @@ @@ -231,7 +231,7 @@ type="primary" :underline="false" target="_blank" - @click.prevent="more" + @click.prevent="moreNews" style="margin-top: 10px" > 更多>> @@ -365,9 +365,21 @@ const handleCarouselChange = async (currentIndex:number) => { } //利用路由实现跳转 -const more = async () => { +const moreNews = async () => { await push({name: 'Homeimg'}) } +//利用路由实现跳转 +const moreTodos = async () => { + await push({name: 'BpmTodoTask'}) +} +//利用路由实现跳转 +const moreDones = async () => { + await push({name: 'BpmTodoTask'}) +} +//利用路由实现跳转 +const moreCopys = async () => { + await push({name: 'BpmProcessInstanceCopy'}) +} /** 处理审批按钮 */ const handleAudit = (row: any) => { console.log("processInstanceId",row.processInstanceId.id)