diff --git a/src/request/http.js b/src/request/http.js index fe75f2ca0e1592dfe11f4d418c8e8edd7575849c..8c256f309b5ef0783736d34128a4ba8ea15c0005 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 } /**