File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
api/mall/promotion/kefu/conversation Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ VITE_BASE_PATH=/
29
29
# 商城H5会员端域名
30
30
VITE_MALL_H5_DOMAIN = ' http://localhost:3000'
31
31
32
+ # TODO puhui999:这个可以不走 cdn 地址么?
32
33
# 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀
33
34
VITE_STATIC_URL = https://file.sheepjs.com
34
35
Original file line number Diff line number Diff line change 1
1
import request from '@/config/axios'
2
2
3
+ // TODO @puhui 999:注释要不放在属性后面,避免太长哈
3
4
export interface KeFuConversationRespVO {
4
5
/**
5
6
* 编号
Original file line number Diff line number Diff line change 71
71
<script lang="ts" setup>
72
72
import { formatDate } from ' @/utils/formatTime'
73
73
import { useWebSocket } from ' @vueuse/core'
74
- // import { getAccessToken } from '@/utils/auth'
74
+ import { getAccessToken } from ' @/utils/auth'
75
75
import * as UserApi from ' @/api/system/user'
76
76
77
77
defineOptions ({ name: ' InfraWebSocket' })
You can’t perform that action at this time.
0 commit comments