From 828dc50ee546633e89bc42ec6b0a84a06d40fb99 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 16 Oct 2024 11:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AB=AF=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BE=85=E5=AE=A1=E6=89=B9=E6=B6=88=E6=81=AF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=87=B3=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d627a9e..62c9294 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -320,11 +320,12 @@ export default { ).then((data) => { if (data.list && data.list.length > 0) { setTimeout(() => { - console.log(data) - console.log('???????--sparrow') this.$notify.info({ title: '消息', - message: '您有【' + data.list.length + '】条相关方人员数据待审核' + message: '您有【' + data.list.length + '】条相关方人员数据待审核', + onClick: () => { + this.$router.push('/xgf/flow') + } }) }, 3000) }