From 7fd9cf7bfa1934d4f13a1a667082cba346843a72 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 06 六月 2023 08:51:07 +0800 Subject: [PATCH] 新增页面和配置 --- src/views/Login.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/Login.vue b/src/views/Login.vue index e550199..da63a14 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -132,6 +132,7 @@ if (res.data.code === 100) { Cookies.set('resTk', res.data.data.tk); Cookies.set('resUid', res.data.data.uid); + this.$router.push('/home') } else { console.log(res.data.msg) this.$message.warning(res.data.msg); -- Gitblit v1.9.2