main #34

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

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