This commit is contained in:
hrx 2025-09-26 16:55:39 +08:00
parent 13e4b87a7e
commit 403160b401

View File

@ -93,10 +93,8 @@ export default {
console.log("调用 reqBaiduJudgePrice 接口返回:", res);
if (res.status) { // status true
this.$message.success('退订成功');
// - 使 path url
this.$router.push({
path: '/customer/unsubscribe',
});
//
window.location.reload();
} else {
//
this.$message.error(res.msg || '退订失败,请稍后重试');