suerprisePlus
2024-10-23 559f0776123a2205863b5787d5b8e1e012d397d3
src/views/redirect.vue
@@ -3,6 +3,8 @@
  created() {
    const { params, query } = this.$route
    const { path } = params
    console.log(path);
    this.$router.replace({ path: '/' + path, query })
  },
  render: function(h) {