微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

env.js 544 B

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
123456789101112131415161718
  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/api',
  17. }
  18. }