config.js 425 B

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