api.ts 119 B

1
  1. export let api: any = process.env.NODE_ENV === 'development' ? '/api' : 'https://test-distribution-api.zanxiangnet.com'