From f65d79c99c63aa003704525a24ff56f42b36cc98 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Tue, 9 Jun 2020 10:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/http.js b/src/request/http.js index fe75f2c..8c256f3 100644 --- a/src/request/http.js +++ b/src/request/http.js @@ -18,7 +18,7 @@ const tip = msg => { * 登录用 bg-login ,具体链接晚几天加 */ const toLogin = () => { - window.location.href = "/login?redirect=" + router.currentRoute.fullPath + window.location.href = "/iam/login/#/login?redirect=" + router.currentRoute.fullPath } /** -- 2.26.0