Files
frontend-app/uni_modules/hashmall-customer-service/readme.md
T
2026-07-20 15:31:52 +08:00

19 lines
502 B
Markdown

# HashMall 前台客服插件
该插件直接内嵌在商城工程中,复用:
- `fcc-token` 登录 Token
- `/user/getUserInfo` 当前会员接口
- `utils/config.js` 的 API 和应用 Authorization
- `/common/upload/image` 图片上传接口
- `/kefu/user/*` 客服用户接口
- `/ws/kefu` WebSocket
页面中使用:
```vue
<hashmall-customer-service ref="customerService" :entry-options="entryOptions" />
```
宿主页面在 `onShow` 调用 `resume()`,在 `onHide` 调用 `suspend()`。