This commit is contained in:
hrx 2025-09-26 15:51:45 +08:00
parent b4509c6b02
commit 3d76e769c7

View File

@ -124,11 +124,10 @@ export default {
console.log("退订接口返回:", res);
if (res.status) {
this.$message.success('退订成功');
<<<<<<< HEAD
this.$router.push({
path: '/BaiduNetdisk',
});
=======
// - 使 path url
// this.$router.push({
// path: '/customer/unsubscribe/BaiduNetdisk',
@ -139,8 +138,8 @@ export default {
} else {
window.location.reload(); //
}
>>>>>>> 3668499c20c8fb552d134820a7ab606a079a1d2a
} else {
this.$message.error(res.msg || '退订失败,请稍后重试');
}