From d67b3fe1341e508fc48be3de9bf403d76482d94c Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期五, 14 六月 2024 18:09:14 +0800 Subject: [PATCH] 标准库导入 --- src/components/tool/onlyoffice.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/tool/onlyoffice.vue b/src/components/tool/onlyoffice.vue index f9865c6..db2ccb5 100644 --- a/src/components/tool/onlyoffice.vue +++ b/src/components/tool/onlyoffice.vue @@ -57,7 +57,6 @@ }, methods: { async setEditor(option) { - console.log(`output->option`,option) if (this.docEditor !== null) { this.docEditor.destroyEditor(); this.docEditor = null; @@ -88,7 +87,7 @@ chat: true, comments: false, help: false, - // "hideRightMenu": false,//瀹氫箟鍦ㄧ涓�娆″姞杞芥椂鏄樉绀鸿繕鏄殣钘忓彸渚ц彍鍗曘�� 榛樿鍊间负false + "hideRightMenu": false,//瀹氫箟鍦ㄧ涓�娆″姞杞芥椂鏄樉绀鸿繕鏄殣钘忓彸渚ц彍鍗曘�� 榛樿鍊间负false //鏄惁鏄剧ず鎻掍欢 plugins: false }, -- Gitblit v1.9.3