【代码评审】MALL:review 客服逻辑

This commit is contained in:
YunaiV
2024-07-02 20:49:40 +08:00
parent 8d759b2a0b
commit 8da1c04b55
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import request from '@/config/axios'
// TODO @puhui999注释要不放在属性后面避免太长哈
export interface KeFuConversationRespVO {
/**
* 编号

View File

@ -71,7 +71,7 @@
<script lang="ts" setup>
import { formatDate } from '@/utils/formatTime'
import { useWebSocket } from '@vueuse/core'
// import { getAccessToken } from '@/utils/auth'
import { getAccessToken } from '@/utils/auth'
import * as UserApi from '@/api/system/user'
defineOptions({ name: 'InfraWebSocket' })