diff --git a/Cunkebao/src/store/module/ckchat/ckchat.ts b/Cunkebao/src/store/module/ckchat/ckchat.ts index 73749218..02abe08e 100644 --- a/Cunkebao/src/store/module/ckchat/ckchat.ts +++ b/Cunkebao/src/store/module/ckchat/ckchat.ts @@ -50,7 +50,7 @@ export const useCkChatStore = createPersistStore( await weChatGroupService.createManyWithServerId(data); }, //获取选中的客服信息 - getgetKfSelectedUser: () => { + getKfSelectedUser: () => { const state = useCkChatStore.getState(); return state.kfUserList.find(item => item.id === state.kfSelected); },