env.js 210 B

123456789101112
  1. const env = {
  2. BASE_ENV: 'production',
  3. BASE_API: 'https://screen.bolineyecare.com'
  4. }
  5. // const env = {
  6. // BASE_ENV: 'development',
  7. // BASE_API: 'https://tstscreen.bolineyecare.com'
  8. // }
  9. export default env