From 901e6218d2e9a62e2308bc41dc77220d9324a92c Mon Sep 17 00:00:00 2001 From: ping <1017253325@qq.com> Date: Fri, 26 Sep 2025 13:32:05 +0800 Subject: [PATCH] update --- .../customer/unsubscribe/BaiduNetdisk.vue/index.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 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 649bf99..83e14c2 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 @@ -97,14 +97,8 @@ export default { // this.$router.push({ // path: '/customer/unsubscribe/BaiduNetdisk', // }); - this.loading = true; // 可选:显示加载动画 - this.$nextTick(() => { // 保证 iframe 重新渲染 - this.url = ''; // 先清空 - this.$nextTick(() => { - this.url = `${baseUrl}?redirectUrl=${redirectUrl}&signinSecurityToken=${encodeURIComponent(this.userToken)}`; - this.loading = false; - }); - }); + window.location.reload(); // 刷新当前页面 + } else { // 显示后端返回的错误信息 this.$message.error(res.msg || '退订失败,请稍后重试');