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.

28 lines
687 B

1 week ago
2 days ago
1 week ago
  1. // 应用全局配置
  2. module.exports = {
  3. // baseUrl: 'https://api.catmdogd.com/prod-api',
  4. // baseUrl: 'https://api-test.catmdogd.com/test-api',
  5. // baseUrl: 'https://pet-admin.hhlm1688.com/api',
  6. baseUrl: 'http://h5.xzaiyp.top',
  7. // 应用信息
  8. appInfo: {
  9. // 应用名称
  10. name: "CMDF-app",
  11. // 应用版本
  12. version: "1.1.0",
  13. // 应用logo
  14. logo: "/static/logo.png",
  15. // 官方网站
  16. site_url: "http://CMDF.vip",
  17. // 政策协议
  18. agreements: [{
  19. title: "隐私政策",
  20. url: "https://CMDF.vip/protocol.html"
  21. },
  22. {
  23. title: "用户服务协议",
  24. url: "https://CMDF.vip/protocol.html"
  25. }
  26. ]
  27. }
  28. }