config.js 453 B

123456789101112131415161718
  1. export default {
  2. // 系统名称
  3. name: "信飞通",
  4. /**
  5. * 后端api地址 (必填; 斜杠/结尾; 请确保能访问)
  6. * 例如: https://www.你的域名.com/index.php?s=/api/
  7. */
  8. apiUrl: "https://www.你的域名.com/index.php?s=/api/",
  9. /**
  10. * 是否启用商城设置缓存
  11. * 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
  12. */
  13. enabledSettingCache: true
  14. }