feat: 客服
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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()`。
|
||||
Reference in New Issue
Block a user