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