uptada BaiDuYun

This commit is contained in:
hrx 2025-09-22 09:26:14 +08:00
parent ba100118c4
commit 1ac734775d

View File

@ -103,10 +103,10 @@ export default {
.then((res) => { .then((res) => {
console.log("调用 reqBaiduJudgePrice 接口返回:", res); console.log("调用 reqBaiduJudgePrice 接口返回:", res);
if (res.status) { // status true if (res.status) { // status true
this.$message.success('退订成功'); this.$message.success('退订成功');
// //
this.$router.push({ this.$router.push({
name: '/BaiduNetdisk', url: '/BaiduNetdisk',
}); });
} else { } else {
// //