config.js 1.1 KB

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