suerprisePlus
2024-08-21 7d57b0fef0f220dfe7c868ce1113a7ce6eb6c468
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) {