config.js 949 B

1234567891011121314151617181920212223242526272829303132333435
  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:5012/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://www.baidu.com',
  12. confirmflag:false,//是否有弹窗
  13. // 应用信息
  14. appInfo: {
  15. // 应用名称
  16. name: "ruoyi-app",
  17. // 应用版本
  18. version: "1.1.0",
  19. // 应用logo
  20. logo: "/static/logo.png",
  21. // 官方网站
  22. site_url: "http://ruoyi.vip",
  23. // 政策协议
  24. agreements: [{
  25. title: "隐私政策",
  26. url: "https://ruoyi.vip/protocol.html"
  27. },
  28. {
  29. title: "用户服务协议",
  30. url: "https://ruoyi.vip/protocol.html"
  31. }
  32. ]
  33. }
  34. }