Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8da1c04b
authored
Jul 02, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】MALL:review 客服逻辑
parent
8d759b2a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
.env.local
+1
-0
src/api/mall/promotion/kefu/conversation/index.ts
+1
-0
src/views/infra/webSocket/index.vue
+1
-1
No files found.
.env.local
View file @
8da1c04b
...
...
@@ -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
...
...
src/api/mall/promotion/kefu/conversation/index.ts
View file @
8da1c04b
import
request
from
'@/config/axios'
// TODO @puhui999:注释要不放在属性后面,避免太长哈
export
interface
KeFuConversationRespVO
{
/**
* 编号
...
...
src/views/infra/webSocket/index.vue
View file @
8da1c04b
...
...
@@ -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'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment