|
@@ -631,7 +631,9 @@
|
|
|
// const fullPath =redirectUrl.host + '/swkk/'+ search.toString();
|
|
|
url.hostname = redirectUrl.hostname;
|
|
|
url.port = '';
|
|
|
- url.pathname = '/swkk' + url.pathname + 'fd/';
|
|
|
+ const pathName = browser.getURLParam('pathname');
|
|
|
+ // url.pathname = '/swkk' + url.pathname + 'fd' + decodeURIComponent(pathName);
|
|
|
+ url.pathname = decodeURIComponent(pathName);
|
|
|
console.error('火调平台--share', url.toString());
|
|
|
}
|
|
|
|