|
@@ -181,7 +181,7 @@ import Chatting from './components/chatting.vue'
|
|
|
import { initConnect, send, initChart, getMoreMessages, checkConversation } from '@/hooks/web/useIM'
|
|
|
import { useI18n } from '@/hooks/web/useI18n'
|
|
|
import { getPositionDetails, jobCvRelCheckSend, jobCvRelSend, jobCvRelHireSend } from '@/api/position'
|
|
|
-import { getInterviewInviteListByInviteUserId, getMessageType, messageBack } from '@/api/common'
|
|
|
+import { getInterviewInviteListByInviteUserId, getMessageType } from '@/api/common'
|
|
|
// import { getUserInfo } from '@/api/personal/user'
|
|
|
import { getBaseInfo } from '@/api/common'
|
|
|
import { getJobAdvertised } from '@/api/enterprise'
|
|
@@ -206,7 +206,7 @@ const chatRef = ref()
|
|
|
|
|
|
const IM = useIMStore()
|
|
|
// 自己的信息
|
|
|
-const { entBaseInfo, baseInfo } = useUserStore()
|
|
|
+const { entBaseInfo } = useUserStore()
|
|
|
|
|
|
const isEnterprise = inject('isEnterprise')
|
|
|
// 实例
|