Micro-channel secondary share signature fails, the reason is likely because the domain name

this.myurl.url = location.href.split('?')[0];
if(this.myurl.url !== window.location.href)
{
window.location.href = this.myurl.url;
}

Get the current code page url, if you back with the address? By value, is to get a question mark segmentation, if you are / or #, etc., divided procured in accordance with the current symbol, given the background

Guess you like

Origin blog.51cto.com/xihan/2436181