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

fix: tass issue #435 #29

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)}`;

Expand Down