Files
2026-09-09 11:46:36 +08:00
..
2026-08-25 17:52:05 +08:00
2026-07-23 14:03:35 +08:00
2026-09-09 11:46:36 +08:00
2026-07-20 15:31:52 +08:00
2026-07-23 14:31:06 +08:00
2026-07-20 15:31:52 +08:00

HashMall 前台客服插件

该插件直接内嵌在商城工程中,复用:

  • fcc-token 登录 Token
  • /user/getUserInfo 当前会员接口
  • utils/config.js 的 API 和应用 Authorization
  • /common/upload/image 图片上传接口
  • /kefu/user/* 客服用户接口
  • /ws/kefu WebSocket

页面中使用:

<hashmall-customer-service ref="customerService" :entry-options="entryOptions" />

宿主页面在 onShow 调用 resume(),在 onHide 调用 suspend()。