From 8da1c04b550f3fe2e84e20d17623ea295dc7342d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 2 Jul 2024 20:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E3=80=91MALL=EF=BC=9Areview=20=E5=AE=A2=E6=9C=8D=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 1 + src/api/mall/promotion/kefu/conversation/index.ts | 1 + src/views/infra/webSocket/index.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.local b/.env.local index 71530cc6..82a3f72a 100644 --- a/.env.local +++ b/.env.local @@ -29,6 +29,7 @@ VITE_BASE_PATH=/ # 商城H5会员端域名 VITE_MALL_H5_DOMAIN='http://localhost:3000' +# TODO puhui999:这个可以不走 cdn 地址么? # 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀 VITE_STATIC_URL = https://file.sheepjs.com diff --git a/src/api/mall/promotion/kefu/conversation/index.ts b/src/api/mall/promotion/kefu/conversation/index.ts index 96a23706..0216eb00 100644 --- a/src/api/mall/promotion/kefu/conversation/index.ts +++ b/src/api/mall/promotion/kefu/conversation/index.ts @@ -1,5 +1,6 @@ import request from '@/config/axios' +// TODO @puhui999:注释要不放在属性后面,避免太长哈 export interface KeFuConversationRespVO { /** * 编号 diff --git a/src/views/infra/webSocket/index.vue b/src/views/infra/webSocket/index.vue index 300f6d92..d83327d4 100644 --- a/src/views/infra/webSocket/index.vue +++ b/src/views/infra/webSocket/index.vue @@ -71,7 +71,7 @@