From c098f1e3a3e052aa3d65584aae6dc003a70d75ad Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 16 十二月 2025 00:09:14 +0800
Subject: [PATCH] feat: 停止轮询 uncount

---
 app/config.js |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/app/config.js b/app/config.js
index 4ca54be..b122f66 100644
--- a/app/config.js
+++ b/app/config.js
@@ -9,17 +9,17 @@
 const ENV_CONFIG = {
   // 鏈湴寮�鍙戠幆澧�
   development: {
-    baseUrl: `http://${LOCAL_IP}:8080`,
+    baseUrl: `https://dsp.966120.com.cn`,
     description: '鏈湴寮�鍙戠幆澧�'
   },
   // 娴嬭瘯鐜
   test: {
-    baseUrl: 'http://test.yourdomain.com',
+    baseUrl: 'https://dsp.966120.com.cn',
     description: '娴嬭瘯鐜'
   },
   // 鐢熶骇鐜
   production: {
-    baseUrl: 'https://api.yourdomain.com',
+    baseUrl: 'https://dsp.966120.com.cn',
     description: '鐢熶骇鐜'
   }
 }
@@ -41,7 +41,7 @@
     // 搴旂敤logo
     logo: "/static/logo.png",
     // 瀹樻柟缃戠珯
-    site_url: "http://ruoyi.vip",
+    site_url: "http://www.966120.com.cn",
     
     // 褰撳墠鐜淇℃伅锛堜粎寮�鍙戞椂鏄剧ず锛�
     env: CURRENT_ENV,
@@ -59,5 +59,11 @@
         url: "/pages/mine/user-agreement/index"
       }
     ]
+  },
+  
+  // 鍔熻兘寮�鍏�
+  features: {
+    // 鏄惁鏄剧ず鎵ц浜衡�滃氨缁�濇寜閽�
+    showAssigneeReadyButton: true
   }
 }

--
Gitblit v1.9.1