路由中文
This commit is contained in:
parent
3a1beee46f
commit
be609b4c2f
@ -379,7 +379,7 @@ const init = () => {
|
||||
const lastRoute = JSON.parse(route.params.to as string)
|
||||
if (lastRoute.path != adminBaseRoutePath) {
|
||||
let query = !isEmpty(lastRoute.query) ? lastRoute.query : {}
|
||||
routePush({ path: lastRoute.path, query: query })
|
||||
routePush({ path: decodeURIComponent(lastRoute.path), query: query })
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user