config.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrl: 'http://api-security.byants.com',
  4. // baseUrlImg:'http://security.byants.com/static/appimg',
  5. // baseUrl: 'http://112.19.80.230',
  6. // baseUrl:'https://byant.jujutong.cloud',
  7. // baseUrlImg: 'https://byant.jujutong.cloud/static/appimg',
  8. // baseUrl: 'https://ggfw.ybxfjy.com',
  9. // baseUrlImg: 'https://ggfw.ybxfjy.com/static/appimg',
  10. baseUrl: 'http://8.142.173.95:48081',
  11. baseUrlImg:'http://byant.jujutong.cloud/static/appimg',
  12. // baseUrl:'http://api-security.byants.com/app-api/s9/task/self-page',
  13. // baseUrl: 'http://127.0.0.1:4523/m1/2188954-0-default',
  14. // baseUrl: 'https://mock.apifox.cn/m1/2188954-0-default',
  15. // baseApi: '/admin-api',
  16. baseApi: '',
  17. // 应用信息
  18. appInfo: {
  19. // 应用名称
  20. name: "yudao-app",
  21. // 应用版本
  22. version: "1.0.0",
  23. // 应用logo
  24. logo: "/static/logo.png",
  25. // 官方网站
  26. site_url: "https://iocoder.cn",
  27. // 政策协议
  28. agreements: [{
  29. title: "隐私政策",
  30. url: "https://iocoder.cn"
  31. }, {
  32. title: "用户服务协议",
  33. url: "https://iocoder.cn"
  34. }]
  35. }
  36. }