From d4a3ca549f8755c2f87442c27217c3be39cab5cc Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 14 八月 2024 16:00:10 +0800 Subject: [PATCH] 设备维修 --- src/views/redirect.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/redirect.vue b/src/views/redirect.vue index db4c1d6..1062103 100644 --- a/src/views/redirect.vue +++ b/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) { -- Gitblit v1.9.3