zhouwx
2024-08-16 55f821ecb4b61bda2e4308b0a04b5ec0d767b31e
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 })