This commit is contained in:
ping 2025-09-26 13:32:05 +08:00
parent b60a73faec
commit 901e6218d2

View File

@ -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 || '退订失败,请稍后重试');