Skip to content

Commit

Permalink
网页访客端发送文件功能支持设置是否可用,tenantId关联的,sendAttachment默认为true
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiuning committed Aug 5, 2019
1 parent 91eb6a7 commit f76b60a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ function handleCfgData(relevanceList, status){
ui: commonConfig.getConfig().ui || {
H5Title: {}
},
toolbar: commonConfig.getConfig().toolbar || {},
toolbar: commonConfig.getConfig().toolbar || {
sendAttachment: true
},
chat: commonConfig.getConfig().chat || {}
});

Expand Down

0 comments on commit f76b60a

Please sign in to comment.