From fe9ef5be3d134214dfda29cd3a18be702215a9a1 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 12 Jul 2023 17:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d95c6d8..ea0927e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -117,8 +117,9 @@ this.$store.dispatch('user/login', this.loginForm).then(() => { this.$router.push({ - path: '/admin/jsc' - }) + path: '/jsc' + }) + // window.open('/admin/jsc','_self') this.loading = false }).catch(() => { this.loading = false