config.js 763B

12345678910111213141516171819202122232425262728293031
  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. // baseUrl: 'http://121.40.189.20:8001',
  7. // baseUrl: 'http://192.168.3.77:8080',
  8. // baseUrl: 'http://localhost:8080',
  9. // baseUrl: 'http://192.168.3.18:9001',
  10. // 应用信息
  11. appInfo: {
  12. // 应用名称
  13. name: "arbitrate-wx",
  14. // 应用版本
  15. version: "1.1.0",
  16. // 应用logo
  17. logo: "/static/chuizi.png",
  18. // 官方网站
  19. site_url: "http://ruoyi.vip",
  20. // 政策协议
  21. agreements: [{
  22. title: "隐私政策",
  23. url: "https://ruoyi.vip/protocol.html"
  24. },
  25. {
  26. title: "用户服务协议",
  27. url: "https://ruoyi.vip/protocol.html"
  28. }
  29. ]
  30. }
  31. }