From f76b60a1bcd0fa812d90e3647b09db14b558fc1a Mon Sep 17 00:00:00 2001 From: chengxiuning <2292005044@qq.com> Date: Mon, 5 Aug 2019 18:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=A1=B5=E8=AE=BF=E5=AE=A2=E7=AB=AF?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=96=87=E4=BB=B6=E5=8A=9F=E8=83=BD=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=AE=BE=E7=BD=AE=E6=98=AF=E5=90=A6=E5=8F=AF=E7=94=A8?= =?UTF-8?q?,tenantId=E5=85=B3=E8=81=94=E7=9A=84=EF=BC=8CsendAttachment?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BAtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/app/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/js/app/index.js b/src/js/app/index.js index ca289a29d..3faf756f6 100644 --- a/src/js/app/index.js +++ b/src/js/app/index.js @@ -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 || {} });