@@ -1648,7 +1648,7 @@ const handleGoToStructures = () => {
dialog.visible = false; // 关闭弹窗
// 使用 nextTick 确保关闭动画完成后跳转(可选)
nextTick(() => {
- proxy?.$router.push('/business/structures');
+ proxy?.$router.push('/tournament/structures');
});
};
// 获取奖励提示内容
@@ -1162,7 +1162,7 @@ const handleGoToStructures = () => {