虚拟跳转
This commit is contained in:
parent
c39323b187
commit
4e037f8236
|
@ -134,6 +134,12 @@
|
||||||
let parmasResult = parmas.filter(n => n);
|
let parmasResult = parmas.filter(n => n);
|
||||||
linkId = parmasResult.length > 0 ? parmasResult[0] : null; //链接携带落地页渲染id
|
linkId = parmasResult.length > 0 ? parmasResult[0] : null; //链接携带落地页渲染id
|
||||||
keyCode = parmasResult.length > 1 ? parmasResult[1] : null; //链接携带key
|
keyCode = parmasResult.length > 1 ? parmasResult[1] : null; //链接携带key
|
||||||
|
// linkId='AAAAWW9smfXGjug0'
|
||||||
|
}
|
||||||
|
if(linkId.length>10){
|
||||||
|
console.log('执行我');
|
||||||
|
window.location.href='http://test.86885.cn/745/AAAAWW9smfXGjug0'
|
||||||
|
return
|
||||||
}
|
}
|
||||||
req.axiosGetplan('/plan/plan_theme/' + linkId).then(res => {
|
req.axiosGetplan('/plan/plan_theme/' + linkId).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
|
|
Loading…
Reference in New Issue