change fivapp.yuanjin.net to fiv.yuanjin.net/webapp

This commit is contained in:
team-fiv
2019-09-24 02:45:50 +08:00
parent 038dcc2524
commit 44c5cf7bda
2 changed files with 3 additions and 3 deletions

View File

@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
if (isLocalhost) {
return `${window.location.origin}${postfix}`
}
return `https://fivapp.yuanjin.net/#${postfix}`;
return `https://fiv.yuanjin.net/webapp/#${postfix}`;
}