综合办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * @Author: ysh
  3. * @Date: 2025-01-16 11:17:07
  4. * @LastEditors: Please set LastEditors
  5. * @LastEditTime: 2025-04-14 16:44:31
  6. */
  7. // 应用全局配置
  8. module.exports = {
  9. // baseUrl: 'https://vue.ruoyi.vip/prod-api',
  10. baseUrl: 'http://192.168.28.108:8080',
  11. // baseUrl: 'http://oa.sccehui.com:6200/prod-api',
  12. // baseUrl: '/prod-api',
  13. // 应用信息
  14. appInfo: {
  15. // 应用名称
  16. name: "cmc-oa-app",
  17. // 应用版本
  18. version: "1.1.0",
  19. // 应用logo
  20. logo: "/static/logo.png",
  21. // 官方网站
  22. site_url: "https://www.sccehui.com/",
  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. }