config.js 887 B

123456789101112131415161718192021222324252627282930313233
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrl: 'https://vue.ruoyi.vip/prod-api',
  4. baseUrl: 'https://qszx.qs163.cn/prod-api',
  5. // baseUrl: 'http://192.168.3.86:8055',
  6. // baseUrl: 'http://192.168.101.168:8055',
  7. // baseUrl: 'http://192.168.101.245:8055',
  8. baseUrls: 'https://qszx.qs163.cn',
  9. Clientid:'428a8310cd442757ae699df5d894f051',//
  10. // https://xygl.cnzxy.cn h5链接地址
  11. confirmflag:false,//是否有弹窗
  12. // 应用信息
  13. appInfo: {
  14. // 应用名称
  15. name: "ruoyi-app",
  16. // 应用版本
  17. version: "1.1.0",
  18. // 应用logo
  19. logo: "/static/logo.png",
  20. // 官方网站
  21. site_url: "http://ruoyi.vip",
  22. // 政策协议
  23. agreements: [{
  24. title: "隐私政策",
  25. url: "https://ruoyi.vip/protocol.html"
  26. },
  27. {
  28. title: "用户服务协议",
  29. url: "https://ruoyi.vip/protocol.html"
  30. }
  31. ]
  32. }
  33. }