mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Add apps to homepage.
This commit is contained in:
@ -277,6 +277,11 @@ export function goToLink(link) {
|
||||
}
|
||||
|
||||
export function goToLinkSoft(ths, link) {
|
||||
if (link.startsWith("http")) {
|
||||
openLink(link);
|
||||
return;
|
||||
}
|
||||
|
||||
ths.props.history.push(link);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user