This commit is contained in:
scarqin 2022-08-16 16:03:29 +08:00
parent d6fff6b46f
commit 9ed74a962f

View File

@ -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;
}