config.js 576 B

1234567891011121314151617181920212223242526
  1. let configUrl = {}
  2. if (process.env.NODE_ENV === 'development') {
  3. configUrl = {
  4. // baseUrl: 'https://t23.9026.com',
  5. // picUrl: 'https://t23.9026.com',
  6. // picBase: 'https://t23.9026.com/uploads/',
  7. baseUrl: 'https://t18.9026.com',
  8. picUrl: 'https://t18.9026.com',
  9. picBase: 'https://t18.9026.com/api/',
  10. appId: 'wx03acaa2776bdaceb',
  11. shareModel: 0
  12. }
  13. } else {
  14. configUrl = {
  15. baseUrl: 'https://t18.9026.com',
  16. picUrl: 'https://t18.9026.com',
  17. picBase: 'https://t18.9026.com/api/',
  18. appId: 'wx03acaa2776bdaceb',
  19. shareModel: 0
  20. }
  21. }
  22. module.exports = configUrl