From 0f9db52a196477324a49482b170da4246e787c8d Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 13 Nov 2025 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?1.0.32=20=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/notice/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index 20181ad..c82caaa 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -19,7 +19,7 @@ -
前往待办
+
前往待办
@@ -56,7 +56,6 @@ const onNewsClick = (item: any) => { // 前往通知中心点击 const onGoToGiteeClick = () => { - // window.open('https://gitee.com/dromara/RuoYi-Vue-Plus/tree/5.X/'); proxy?.$tab.openPage('/task/taskWaiting'); };