zhouwenxuan
2024-03-05 10208e6f2c2cf32e3e420651872e7d7c3b8c90bb
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 })