You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
282 B
7 lines
282 B
2 years ago
|
# 如何记录子路由信息并重定向
|
||
|
|
||
|
## 业务场景
|
||
|
|
||
|
BI6.0公共数据的路由为`analysis`,有若干子路由,如`analysis/table/:id`
|
||
|
|
||
|
当由`analysis`跳转到`management`,再跳转回来时,这时候进入的是`analysis`根,而不是上一次的子路由,如何解决呢
|