main #34
@ -124,11 +124,10 @@ export default {
|
|||||||
console.log("退订接口返回:", res);
|
console.log("退订接口返回:", res);
|
||||||
if (res.status) {
|
if (res.status) {
|
||||||
this.$message.success('退订成功');
|
this.$message.success('退订成功');
|
||||||
<<<<<<< HEAD
|
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/BaiduNetdisk',
|
path: '/BaiduNetdisk',
|
||||||
});
|
});
|
||||||
=======
|
|
||||||
// 修复页面跳转 - 使用 path 而不是 url
|
// 修复页面跳转 - 使用 path 而不是 url
|
||||||
// this.$router.push({
|
// this.$router.push({
|
||||||
// path: '/customer/unsubscribe/BaiduNetdisk',
|
// path: '/customer/unsubscribe/BaiduNetdisk',
|
||||||
@ -140,7 +139,7 @@ export default {
|
|||||||
window.location.reload(); // 备用方案,直接刷新页面
|
window.location.reload(); // 备用方案,直接刷新页面
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> 3668499c20c8fb552d134820a7ab606a079a1d2a
|
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.msg || '退订失败,请稍后重试');
|
this.$message.error(res.msg || '退订失败,请稍后重试');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user