Compare commits
No commits in common. "28e005c17e8d9d661a69b6a04d9342e445b220c5" and "340fc495a0be588743453fc6c4967de464f6bec0" have entirely different histories.
28e005c17e
...
340fc495a0
@ -105,7 +105,11 @@ export default {
|
||||
this.$message.success('退订成功');
|
||||
// 跳转页面
|
||||
this.$router.push({
|
||||
name: '/BaiduNetdisk',
|
||||
name: 'BaiduNetdisk',
|
||||
params: {
|
||||
listUrl: this.$route.params.listUrl,
|
||||
url: this.$route.params.url
|
||||
}
|
||||
});
|
||||
} else {
|
||||
// 显示后端返回的错误信息
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user