Resolve the problem that the vUE route redirect page is not refreshed

The page is not refreshed when the route parameter is forwarded

Add key=”$route.fullPath” to router-view

<router-view :key="$route.fullPath"></router-view>
Copy the code