From 2c89eca4e8a6a56dc7fa326729dc5dd64f3dccc4 Mon Sep 17 00:00:00 2001 From: liminge Date: Tue, 23 Nov 2021 18:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 9768bff..b5738be 100644 --- a/src/request/http.js +++ b/src/request/http.js @@ -16,7 +16,7 @@ const tip = msg => { * 跳转登录页 * 携带当前页面路由,以期在登录页面完成登录后返回当前页面 * 登录用 bg-login ,具体链接晚几天加 - */ + */ const toLogin = () => { window.location.href = "/iam/login/#/login?redirect=" + router.currentRoute.fullPath } -- 2.26.0