Skip to content

Commit

Permalink
🐞 fix:修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eleliauk committed Oct 20, 2024
1 parent ee2d4b6 commit 6bdaf8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/research/research.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const Research: React.FC = () => {
const handleSearch = (searchText: string) => {
console.log('搜索文本:', searchText);
setSpread(true);
// 这里可以添加发送API请求的代码
get(`/search?biz=Course&keyword=${searchText}&search_location=Home`).then((res) => {
console.log(res);
setClasses(res.data);
Expand Down

0 comments on commit 6bdaf8d

Please sign in to comment.