config.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // 应用全局配置
  2. module.exports = {
  3. baseUrl: 'https://zxyzhsq.qs163.cn/prod-api',
  4. // baseUrl: 'http://111.39.53.163:16300/prod-api',
  5. // baseUrl: 'http://192.168.101.245:8056',
  6. // baseUrl: 'http://192.168.101.86:8077',
  7. // baseUrl: 'http://10.90.90.52:8065',
  8. // baseUrlimg: 'http://114.99.127.243:2001',
  9. shareurl: 'https://zhsqhf.qs163.cn',
  10. // shareurl: 'http://192.168.101.147:9090',
  11. baseName:'智慧社区物管端',
  12. Clientid:'428a8310cd442757ae699df5d894f051',//
  13. grantType:'password',//
  14. userType:'app_staff',//app_user:用户端,app_staff:物管端
  15. // 应用信息
  16. appInfo: {
  17. // 应用名称
  18. name: "智慧社区物管端",
  19. // 应用版本
  20. version: "1.1.0",
  21. // 应用logo
  22. logo: "/static/logo.png",
  23. // 官方网站
  24. site_url: "http://ruoyi.vip",
  25. // 政策协议
  26. agreements: [{
  27. title: "隐私政策",
  28. url: "https://ruoyi.vip/protocol.html"
  29. },
  30. {
  31. title: "用户服务协议",
  32. url: "https://ruoyi.vip/protocol.html"
  33. }
  34. ]
  35. }
  36. }