config.js 697 B

1234567891011121314151617181920212223242526272829
  1. // 应用全局配置
  2. module.exports = {
  3. baseUrlImg:'https://ggfw.ybxfjy.com/static/appimg',
  4. //baseUrlImg: 'http://127.0.0.1/static/appimg',
  5. baseUrl: 'https://ggfw.ybxfjy.com',
  6. //baseUrl: 'http://127.0.0.1:48081',
  7. baseApi: '',
  8. // baseApi: '',
  9. // 应用信息
  10. appInfo: {
  11. // 应用名称
  12. name: "宜宾智慧消防公共服务平台移动端",
  13. // 应用版本
  14. version: "1.0.0",
  15. // 应用logo
  16. logo: "/static/logo.png",
  17. // 官方网站
  18. site_url: "https://www.ybxfjy.com",
  19. // 政策协议
  20. agreements: [{
  21. title: "隐私政策",
  22. url: "https://www.ybxfjy.com"
  23. }, {
  24. title: "用户服务协议",
  25. url: "https://www.ybxfjy.com"
  26. }]
  27. }
  28. }