fix: delete useless code

This commit is contained in:
woomay
2020-04-06 16:09:00 +08:00
parent d105a07de0
commit 293626ab72

View File

@@ -253,7 +253,6 @@ $(function () {
function openSearch(keyword) {
var type = getSeachType();
console.log('type', type)
var baseUrl = search_types.find(function (item) {
return item.type === type;
});