Skip to content

Commit

Permalink
chore: 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSong1994 committed Jun 25, 2024
1 parent 218aaf1 commit e6be45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const bingSearchSuggestParse = (res, searchKeyword) => {
const result = res?.s || [];
const data = result.map((item) => {
const keyword = item.q.replaceAll("", "").replaceAll("", "");
console.log(item);
return {
keyword: keyword,
icon: null,
Expand Down

0 comments on commit e6be45c

Please sign in to comment.