env.js 243 B

123456789101112
  1. //env.js
  2. module.exports = {
  3. //生产环境
  4. prod: {
  5. // baseUrl: 'https://client.ohplay.keepradioon.net'
  6. baseUrl: 'https://client.ohplay.radio1964.net'
  7. },
  8. //测试环境
  9. test: {
  10. baseUrl: 'https://o3tapi.radio1964.com'
  11. }
  12. }