config.js 435 B

123456789101112131415161718192021222324
  1. var config =
  2. {
  3. // 域名
  4. host :
  5. {
  6. // 主域名
  7. 'main': 'http://192.168.33.10/leek/product/?l=',
  8. 'product': 'https://api.nongchanghezi.com/product/?l=',
  9. 'passport':'https://api.nongchanghezi.com/passport/?l='
  10. },
  11. // 项目id
  12. project : 1,
  13. //版本号
  14. version : '1.0.0',
  15. //debug模式
  16. debug : true
  17. }
  18. module.exports = {
  19. config:config
  20. }