123456789101112131415161718192021222324252627282930
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrl: 'https://api.xayunmei.com/zhongcaiapi',
  4. // baseUrl: 'http://121.40.189.20:9001',
  5. baseUrl: 'http://121.40.189.20:8001',
  6. // baseUrl: 'http://192.168.3.77:8080',
  7. // baseUrl: 'http://localhost:8080',
  8. // baseUrl: 'http://192.168.3.18:9001',
  9. // 应用信息
  10. appInfo: {
  11. // 应用名称
  12. name: "arbitrate-wx",
  13. // 应用版本
  14. version: "1.1.0",
  15. // 应用logo
  16. logo: "/static/chuizi.png",
  17. // 官方网站
  18. site_url: "http://ruoyi.vip",
  19. // 政策协议
  20. agreements: [{
  21. title: "隐私政策",
  22. url: "https://ruoyi.vip/protocol.html"
  23. },
  24. {
  25. title: "用户服务协议",
  26. url: "https://ruoyi.vip/protocol.html"
  27. }
  28. ]
  29. }
  30. }