19 lines
480 B
TypeScript
19 lines
480 B
TypeScript
|
|
export default {
|
|
exitPaths: [
|
|
'/check',
|
|
'/home/estate',
|
|
'/home/fund',
|
|
'/home/market',
|
|
'/home/profile',
|
|
],
|
|
baseURL: 'https://server.vic.yuanjin.net/v1',
|
|
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
|
linkAndroid: 'https://vic.yuanjin.net/app/vic.apk',
|
|
linkIOS: 'https://vic.yuanjin.net/webapp',
|
|
linkWeb: 'https://vic.yuanjin.net/webapp',
|
|
linkTelegram: 'https://t.me/vichome',
|
|
linkWechat: 'essilk',
|
|
linkEmail: 'team-vic@outlook.com',
|
|
};
|