18 lines
446 B
TypeScript
18 lines
446 B
TypeScript
|
|
export default {
|
|
exitPaths: [
|
|
'/check',
|
|
'/home/estate',
|
|
'/home/fund',
|
|
'/home/market',
|
|
'/home/profile',
|
|
],
|
|
baseURL: 'https://server.fiv.tacever.org/v1',
|
|
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
|
linkAndroid: 'https://fivhome.github.io/app/fiv.apk',
|
|
linkIOS: 'https://fivapp.github.io',
|
|
linkWeb: 'https://fivapp.github.io',
|
|
linkTelegram: 'https://t.me/fivhome',
|
|
linkEmail: 'team-fiv@outlook.com',
|
|
};
|