跳转测试

This commit is contained in:
tcubic 2022-08-03 19:06:46 +08:00
parent f55f3133cc
commit 4d6cda15c7

View File

@ -252,6 +252,11 @@ const activityBtn = (item) => {
if (item.id == 1) { if (item.id == 1) {
showServicePop.value = true; showServicePop.value = true;
} }
if (item.id == 2) {
console.log("新客专享页面");
window.location.href='/subs/financial/pages/index/index'
}
}; };
// //