取消跳转

This commit is contained in:
red-deng-deng 2022-01-24 09:47:15 +08:00
parent 5951bfaa5a
commit c39323b187
1 changed files with 34 additions and 39 deletions

View File

@ -137,7 +137,6 @@
}
req.axiosGetplan('/plan/plan_theme/' + linkId).then(res => {
if (res.code == 200) {
if (res.data.id) {
//内置页顶图
document.title = res.data.title;
self.plan_id = res.data.plan_id
@ -190,10 +189,6 @@
self.describe = res.data[keyName].land.describe;
self.loading = false;
}
}else{
window.location.href=res.data;
}
}
}).catch(err => {});
},