rename fiv to vic.imo
This commit is contained in:
@@ -7,11 +7,11 @@ export default {
|
||||
'/home/market',
|
||||
'/home/profile',
|
||||
],
|
||||
baseURL: 'https://server.fiv.tacever.org/v1',
|
||||
baseURL: 'https://server.vic.yuanjin.net/v1',
|
||||
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
||||
linkAndroid: 'https://fiv.yuanjin.net/app/fiv.apk',
|
||||
linkIOS: 'https://fiv.yuanjin.net/webapp',
|
||||
linkWeb: 'https://fiv.yuanjin.net/webapp',
|
||||
linkTelegram: 'https://t.me/fivhome',
|
||||
linkEmail: 'team-fiv@outlook.com',
|
||||
linkAndroid: 'https://vic.yuanjin.net/app/vic.imo.apk',
|
||||
linkIOS: 'https://vic.yuanjin.net/webapp',
|
||||
linkWeb: 'https://vic.yuanjin.net/webapp',
|
||||
linkTelegram: 'https://t.me/vichome',
|
||||
linkEmail: 'team-vic@outlook.com',
|
||||
};
|
||||
|
||||
@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
|
||||
if (isLocalhost) {
|
||||
return `${window.location.origin}${postfix}`
|
||||
}
|
||||
return `https://fiv.yuanjin.net/webapp/#${postfix}`;
|
||||
return `https://vic.yuanjin.net/webapp/#${postfix}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user