微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 line
623 B

  1. module.exports = {
  2. DEV: {
  3. URL_PREFIX: 'http://192.168.31.178/api',
  4. },
  5. PRE: {
  6. URL_PREFIX: 'http://192.168.31.178:8080/api',
  7. },
  8. PROD: {
  9. URL_PREFIX: 'http://192.168.31.178:8080/api',
  10. },
  11. IMGURL: {
  12. URL_PREFIX: 'http://192.168.31.178:8080',
  13. }
  14. }
  15. // module.exports = {
  16. // DEV: {
  17. // URL_PREFIX: 'https://dazu.nongshen.net/api',
  18. // },
  19. // PRE: {
  20. // URL_PREFIX: 'https://dazu.nongshen.net/api',
  21. // },
  22. // PROD: {
  23. // URL_PREFIX: 'https://dazu.nongshen.net/api',
  24. // },
  25. // IMGURL: {
  26. // URL_PREFIX: 'https://dazu.nongshen.net/api',
  27. // }
  28. // }