This commit is contained in:
ping 2025-09-26 11:08:58 +08:00
parent 551afe9c3f
commit b60a73faec

View File

@ -94,8 +94,16 @@ export default {
if (res.status) { // status true
this.$message.success('退订成功');
// - 使 path url
this.$router.push({
path: '/customer/unsubscribe/BaiduNetdisk',
// 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;
});
});
} else {
//