微信小程序
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.

18 regels
540 B

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