From 46269e14ece9e6959b62e82406a8cb346ef15976 Mon Sep 17 00:00:00 2001 From: asd Date: Mon, 2 Dec 2019 09:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login.vue b/src/login.vue index 0d9d02b..76711a0 100644 --- a/src/login.vue +++ b/src/login.vue @@ -146,7 +146,7 @@ export default { window.console.log(res); localStorage.setItem("token", res.data.data); this.$router.push({ - path: `/index` + path: `/` }); }); }