From 4d6cda15c7e4c0fff8d5fbbc0fbf3ae2e1065574 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Wed, 3 Aug 2022 19:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Index.vue b/src/components/Index.vue index 3e719d0..3b760b0 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -252,6 +252,11 @@ const activityBtn = (item) => { if (item.id == 1) { showServicePop.value = true; } + + if (item.id == 2) { + console.log("新客专享页面"); + window.location.href='/subs/financial/pages/index/index' + } }; // 活动规则弹窗