Skip to content

Commit 8da1c04

Browse files
committed
【代码评审】MALL:review 客服逻辑
1 parent 8d759b2 commit 8da1c04

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.env.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ VITE_BASE_PATH=/
2929
# 商城H5会员端域名
3030
VITE_MALL_H5_DOMAIN='http://localhost:3000'
3131

32+
# TODO puhui999:这个可以不走 cdn 地址么?
3233
# 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀
3334
VITE_STATIC_URL = https://file.sheepjs.com
3435

src/api/mall/promotion/kefu/conversation/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import request from '@/config/axios'
22

3+
// TODO @puhui999:注释要不放在属性后面,避免太长哈
34
export interface KeFuConversationRespVO {
45
/**
56
* 编号

src/views/infra/webSocket/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<script lang="ts" setup>
7272
import { formatDate } from '@/utils/formatTime'
7373
import { useWebSocket } from '@vueuse/core'
74-
// import { getAccessToken } from '@/utils/auth'
74+
import { getAccessToken } from '@/utils/auth'
7575
import * as UserApi from '@/api/system/user'
7676
7777
defineOptions({ name: 'InfraWebSocket' })

0 commit comments

Comments
 (0)