src/views/redirect/index.vue @@ -1,5 +1,5 @@ <template> <div></div> <div></div> </template> <script setup> @@ -11,4 +11,4 @@ const { path } = params router.replace({ path: '/' + path, query }) </script> </script>