config.js 994 B

123456789101112131415161718192021222324252627282930313233343536
  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.168:8065',
  7. // baseUrl: 'http://192.168.101.245:8065',
  8. // baseUrlimg: 'http://114.99.127.243:2001',
  9. Clientid:'428a8310cd442757ae699df5d894f051',//
  10. // https://xygl.cnzxy.cn h5链接地址
  11. // webUrl: 'https://zxyclmjy.qs163.cn',
  12. webUrl: 'http://47.99.82.249:5010',
  13. confirmflag:false,//是否有弹窗
  14. // 应用信息
  15. appInfo: {
  16. // 应用名称
  17. name: "ruoyi-app",
  18. // 应用版本
  19. version: "1.1.0",
  20. // 应用logo
  21. logo: "/static/logo.png",
  22. // 官方网站
  23. site_url: "http://ruoyi.vip",
  24. // 政策协议
  25. agreements: [{
  26. title: "隐私政策",
  27. url: "https://ruoyi.vip/protocol.html"
  28. },
  29. {
  30. title: "用户服务协议",
  31. url: "https://ruoyi.vip/protocol.html"
  32. }
  33. ]
  34. }
  35. }