main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
Showing only changes of commit 901e6218d2 - Show all commits

View File

@ -97,14 +97,8 @@ export default {
// this.$router.push({ // this.$router.push({
// path: '/customer/unsubscribe/BaiduNetdisk', // path: '/customer/unsubscribe/BaiduNetdisk',
// }); // });
this.loading = true; // window.location.reload(); //
this.$nextTick(() => { // iframe
this.url = ''; //
this.$nextTick(() => {
this.url = `${baseUrl}?redirectUrl=${redirectUrl}&signinSecurityToken=${encodeURIComponent(this.userToken)}`;
this.loading = false;
});
});
} else { } else {
// //
this.$message.error(res.msg || '退订失败,请稍后重试'); this.$message.error(res.msg || '退订失败,请稍后重试');