main #34

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

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