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