config.js 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
  4. // baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
  5. // baseUrl: 'http://121.40.189.20:9001',
  6. // baseUrlZC:'https://api.xayunmei.com/zhongcaiapi',
  7. baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
  8. baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
  9. // baseUrlTJ:'https://api.xayunmei.com/tiaojieapi',
  10. // baseUrlZC: 'http://121.40.189.20:8001',
  11. // baseUrlTJ: 'http://172.16.1.43:6001',
  12. // baseUrl: 'http://172.16.1.24:8001',
  13. // baseUrl: 'http://localhost:8080',
  14. // baseUrl: 'http://192.168.3.18:9001',
  15. // 应用信息
  16. appInfo: {
  17. // 应用名称
  18. name: "arbitrate-wx",
  19. // 应用版本
  20. version: "1.1.0",
  21. // 应用logo
  22. logo: "/static/chuizi.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. }