Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(app): 修复 chat组件中的 useEffect 依赖项
- 在 chat 组件中的 useEffect钩子中添加了空依赖项数组 - 这样可以确保 fetchData 函数只在组件挂载时执行一次
- Loading branch information