Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f1a3d4a

Browse files
authored
Merge pull request #29 from yoution/dev
fix: tass issue #435
2 parents 7c8fd7e + cc1d3cd commit f1a3d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const getLoginUrl = () =>
2222
export const getBusinessLoginUrl = () =>
2323
`${
2424
config.URL.AUTH
25-
}?regSource=tcBusiness&mode=login&retUrl=${encodeURIComponent(
25+
}?regSource=taasApp&mode=login&retUrl=${encodeURIComponent(
2626
window.location.href.match(/[^?]*/)[0]
2727
)}`;
2828

0 commit comments

Comments
 (0)