config.js 657 B

1234567891011121314151617181920212223242526
  1. // 应用全局配置
  2. module.exports = {
  3. baseUrl: 'https://xyxt.lttc.cn/samplescan/',
  4. // baseUrl: 'http://10.20.70.228:8028/samplescan/',
  5. // 应用信息
  6. appInfo: {
  7. // 应用名称
  8. name: "uniapp-sample",
  9. // 应用版本
  10. version: "1.0.0",
  11. // 应用logo
  12. logo: "/static/logo.png",
  13. // 官方网站
  14. //site_url: "http://ruoyi.vip",
  15. // 政策协议
  16. // agreements: [{
  17. // title: "隐私政策",
  18. // url: "https://ruoyi.vip/protocol.html"
  19. // },
  20. // {
  21. // title: "用户服务协议",
  22. // url: "https://ruoyi.vip/protocol.html"
  23. // }
  24. // ]
  25. }
  26. }