config.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrl: 'https://zxyyq.qs163.cn/prod-api',
  4. // baseUrl: 'https://zxyclmjy.qs163.cn/prod-api',
  5. baseUrl: 'http://47.99.82.249:5010/prod-api',
  6. // baseUrl: 'http://192.168.101.86:8065',
  7. // baseUrl: 'http://192.168.101.245:8066',
  8. // baseUrl: 'http://10.90.90.53:8065',
  9. // baseUrlimg: 'http://114.99.127.243:2001',
  10. Clientid:'428a8310cd442757ae699df5d894f051',//
  11. // https://xygl.cnzxy.cn h5链接地址
  12. // webUrl: 'https://zxyclmjy.qs163.cn',
  13. webUrl: 'http://47.99.82.249:5010',
  14. confirmflag:false,//是否有弹窗
  15. // 应用信息
  16. appInfo: {
  17. // 应用名称
  18. name: "ruoyi-app",
  19. // 应用版本
  20. version: "1.1.0",
  21. // 应用logo
  22. logo: "/static/logo.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. }