From cca5623f9986bf064539e8032a39747ec8b92968 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 28 May 2025 11:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login1.vue b/src/views/login1.vue index 0b1bbdda..9d0ecb2c 100644 --- a/src/views/login1.vue +++ b/src/views/login1.vue @@ -274,7 +274,7 @@ export default { loading.close() // 跳转首页 setTimeout(() => { - this.$router.push({ path: '/home/index' }) + this.$router.push({ path: '/index' }) }, 300) } catch (error) { console.log('🚀 ~ created ~ error:', error)