config.js 841 B

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