fix:修复返回落地页链接
This commit is contained in:
parent
7cb2a43f6d
commit
cecf078aa0
|
@ -423,7 +423,7 @@
|
||||||
}, 3000);
|
}, 3000);
|
||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = "./index.html?id=" + 12;
|
window.location.href = "./index.html?id=" + localStorage.getItem('linkId');
|
||||||
}, 3000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue