From cc1d3cdde98102572e7b85dede1c78517f603521 Mon Sep 17 00:00:00 2001 From: yoution Date: Wed, 11 Aug 2021 14:29:03 +0800 Subject: [PATCH] fix: tass issue #435 --- src/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.js b/src/utils/index.js index 66be7c6..c827f83 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -22,7 +22,7 @@ export const getLoginUrl = () => export const getBusinessLoginUrl = () => `${ config.URL.AUTH - }?regSource=tcBusiness&mode=login&retUrl=${encodeURIComponent( + }?regSource=taasApp&mode=login&retUrl=${encodeURIComponent( window.location.href.match(/[^?]*/)[0] )}`;