config.js 369 B

12345678910111213141516
  1. let configUrl = {}
  2. if (process.env.NODE_ENV === 'development') {
  3. configUrl = {
  4. baseUrl: 'https://t23.9026.com',
  5. picUrl: 'http://www.liwantao.top',
  6. picBase: 'https://t23.9026.com/uploads/'
  7. }
  8. } else {
  9. configUrl = {
  10. baseUrl: 'https://t23.9026.com',
  11. picUrl: 'http://www.liwantao.top',
  12. picBase: 'https://t23.9026.com/uploads/'
  13. }
  14. }
  15. module.exports = configUrl