From c30b850bdf5c48a2279f293d414850c32501192a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 29 四月 2024 16:25:25 +0800
Subject: [PATCH] 修改首页样式

---
 src/views/technology/document/extendsOperation.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/technology/document/extendsOperation.vue b/src/views/technology/document/extendsOperation.vue
index 106f573..a1f7307 100644
--- a/src/views/technology/document/extendsOperation.vue
+++ b/src/views/technology/document/extendsOperation.vue
@@ -88,7 +88,6 @@
         const res = response.data
         if (res.code === 0) {
           this.dataList = res.data.operations
-          console.log(this.dataList)
         }
       })
     },

--
Gitblit v1.9.3