1 陈涛_日报_2024.6.21
陈涛 edited this page 2024-06-21 17:28:59 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2024-6-21

做了什么

对接查询及修改前端基本配置接口
添加修改标题功能
将接口获取的标题放入sessionStorage中便于同步获取

学到了什么

如何获取当前的路由
可以在点击修改后重新push到当前路由来实现页面数据的同步更新
可以将数据放入session/localStorage中这样就不需要每次都从服务端获取数据只需创建页面时获取一次即可

哪里还需要学习

useQuery的使用场景该怎么在项目中去使用