Skip to content

Commit f76b60a

Browse files
committed
网页访客端发送文件功能支持设置是否可用,tenantId关联的,sendAttachment默认为true
1 parent 91eb6a7 commit f76b60a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/js/app/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ function handleCfgData(relevanceList, status){
259259
ui: commonConfig.getConfig().ui || {
260260
H5Title: {}
261261
},
262-
toolbar: commonConfig.getConfig().toolbar || {},
262+
toolbar: commonConfig.getConfig().toolbar || {
263+
sendAttachment: true
264+
},
263265
chat: commonConfig.getConfig().chat || {}
264266
});
265267

0 commit comments

Comments
 (0)