config.js 449 B

12345678910111213141516
  1. module.exports = {
  2. // 系统名称
  3. name: "萤火商城2.0",
  4. // 必填: 后端api地址, 斜杠/结尾, 参照下面格式
  5. // 例如: https://www.你的域名.com/index.php?s=/api/
  6. apiUrl: "https://www.你的域名.com/index.php?s=/api/",
  7. /**
  8. * 是否启用商城设置缓存
  9. * 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
  10. */
  11. enabledSettingCache: true,
  12. }