zhouwx
2024-10-14 64352347cdeab2f4f5c1d5e3fa32548bfad1a682
src/views/redirect.vue
@@ -1,6 +1,7 @@
<script>
export default {
  created() {
    console.log(this.$store,'rout')
    const { params, query } = this.$route
    const { path } = params
    this.$router.replace({ path: '/' + path, query })