config.js 993 B

12345678910111213141516171819202122232425262728293031323334
  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://ggfw.ybxfjy.com',
  7. baseUrlImg: 'https://ggfw.ybxfjy.com/static/appimg',
  8. // baseUrl: 'http://192.168.1.24:48081',
  9. // baseUrl:'http://192.168.1.10:48081',
  10. // baseUrl:'http://api-security.byants.com/app-api/s9/task/self-page',
  11. // baseUrl: 'http://127.0.0.1:4523/m1/2188954-0-default',
  12. // baseUrl: 'https://mock.apifox.cn/m1/2188954-0-default',
  13. // baseApi: '/admin-api',
  14. baseApi: '',
  15. // 应用信息
  16. appInfo: {
  17. // 应用名称
  18. name: "yudao-app",
  19. // 应用版本
  20. version: "1.0.0",
  21. // 应用logo
  22. logo: "/static/logo.png",
  23. // 官方网站
  24. site_url: "https://iocoder.cn",
  25. // 政策协议
  26. agreements: [{
  27. title: "隐私政策",
  28. url: "https://iocoder.cn"
  29. }, {
  30. title: "用户服务协议",
  31. url: "https://iocoder.cn"
  32. }]
  33. }
  34. }