mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 11:47:57 +08:00
gio
This commit is contained in:
parent
d6fff6b46f
commit
9ed74a962f
@ -26,8 +26,7 @@ class webPlatformBuilder {
|
||||
}
|
||||
let search={};
|
||||
if(window.location.search){
|
||||
search=new URLSearchParams(window.location.search);
|
||||
window.location.href="/"+lang+'/?utm_source='+search.get('utm_source');
|
||||
window.location.href="/"+lang+'/'+window.location.search);
|
||||
}else{
|
||||
window.location.href="/"+lang;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user