取消跳转
This commit is contained in:
parent
5951bfaa5a
commit
c39323b187
|
@ -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 => {});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue