From 0c23656130687f7c35db63aea76d822934d7eafc Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 11 六月 2025 14:54:24 +0800
Subject: [PATCH] 请求后端超时时间从180万毫秒(30分钟)改为360万毫秒(1小时)

---
 src/views/system/DepartList.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue
index fee36ce..cb39524 100644
--- a/src/views/system/DepartList.vue
+++ b/src/views/system/DepartList.vue
@@ -107,7 +107,7 @@
         </div>
       </a-card>
       <!---- author:os_chengtgen -- date:20190827 --  for:鍒囨崲鐖跺瓙鍕鹃�夋ā寮� =======------>
-      <div class="drawer-bootom-button">
+      <div class="drawer-bottom-button">
         <a-dropdown
           :trigger="['click']"
           placement="topCenter"
@@ -805,16 +805,12 @@
   overflow-y: hidden;
 }
 
-#app .desktop {
-  height: auto !important;
-}
-
 /** Button鎸夐挳闂磋窛 */
 .ant-btn {
   margin-left: 3px;
 }
 
-.drawer-bootom-button {
+.drawer-bottom-button {
   /*position: absolute;*/
   bottom: 0;
   width: 100%;

--
Gitblit v1.9.3