Merge pull request #6 from Woomay/master

update
This commit is contained in:
叫我vitamin
2020-04-06 16:10:38 +08:00
committed by GitHub

View File

@@ -257,7 +257,7 @@ $(function () {
return item.type === type;
});
if (baseUrl && keyword) {
window.open(baseUrl.url + keyword);
window.open(baseUrl.url + keyword, keyword);
}
}
});