rename vic-app to vic-user
This commit is contained in:
@@ -10,8 +10,8 @@ export default {
|
||||
baseURL: 'https://vic-server.bittic.org/v1',
|
||||
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
||||
linkAndroid: 'https://vic.bittic.org/downloads/vic.apk',
|
||||
linkIOS: 'https://vic-app.bittic.org',
|
||||
linkWeb: 'https://vic-app.bittic.org',
|
||||
linkIOS: 'https://vic-user.bittic.org',
|
||||
linkWeb: 'https://vic-user.bittic.org',
|
||||
linkTelegram: 'https://t.me/vichome',
|
||||
linkWechat: 'https://weixin.qq.com/g/AT997GKdoc9WnieL',
|
||||
linkEmail: 'team-vic@outlook.com',
|
||||
|
||||
@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
|
||||
if (isLocalhost) {
|
||||
return `${window.location.origin}${postfix}`
|
||||
}
|
||||
return `https://vic-app.bittic.org/#${postfix}`;
|
||||
return `https://vic-user.bittic.org/#${postfix}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user