fix: 调整标题层级

This commit is contained in:
ZiuChen
2023-04-29 23:23:56 +08:00
parent c6fcff846a
commit 331dfbbec7
4 changed files with 7 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
## React Router
# React Router
## 了解ReactRouter
三大框架都有各自的路由实现
@@ -274,7 +276,7 @@ export default withRouter(
```
:::
### 查询字符串的参数
## 查询字符串的参数
之前传递的是路径参数,那么查询字符串参数应该如何获取?