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' + } }; // 活动规则弹窗