From b3c202648513fc01b69e09b4e3bbe1865a0b6b8c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 13 六月 2024 16:39:48 +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