...
|
...
|
@@ -48,10 +48,11 @@ const getFilterUrl = (url) => { |
|
|
url = url.replace('http://', '//');
|
|
|
}
|
|
|
|
|
|
if (url.includes('feature.yoho.cn')) {
|
|
|
if (url && url.includes('feature.yoho.cn')) {
|
|
|
url = transHttpsUrl(url);
|
|
|
}
|
|
|
if (url.includes('openby:yohobuy=')) {
|
|
|
|
|
|
if (url && url.includes('openby:yohobuy=')) {
|
|
|
let filters = ['openby:yohobuy=', '&', '?'];
|
|
|
|
|
|
filters.forEach(item => {
|
...
|
...
|
|