From 403160b401732feaeb56a9e9d90d0a5a44193b89 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 26 Sep 2025 16:55:39 +0800 Subject: [PATCH] uptada --- .../views/customer/unsubscribe/BaiduNetdisk.vue/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue index 9de5368..8ef6ad7 100644 --- a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue +++ b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue @@ -93,10 +93,8 @@ export default { console.log("调用 reqBaiduJudgePrice 接口返回:", res); if (res.status) { // 假设 status 为 true 表示成功 this.$message.success('退订成功'); - // 修复页面跳转 - 使用 path 而不是 url - this.$router.push({ - path: '/customer/unsubscribe', - }); + // 刷新浏览器 + window.location.reload(); } else { // 显示后端返回的错误信息 this.$message.error(res.msg || '退订失败,请稍后重试');