From 2f09efc660bf2cc94cbc5291ad25ca06fc9bdadf Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 24 一月 2026 22:03:09 +0800
Subject: [PATCH] feat: 增加OCR测试,车辆

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

diff --git a/app/config.js b/app/config.js
index 4ca54be..90f3f3e 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,13 @@
         url: "/pages/mine/user-agreement/index"
       }
     ]
+  },
+  
+  // 鍔熻兘寮�鍏�
+  features: {
+    // 鏄惁鏄剧ず鎵ц浜�"灏辩华"鎸夐挳
+    showAssigneeReadyButton: true,
+    // 鏄惁鏄剧ず"寮哄埗瀹屾垚"鎸夐挳
+    showForceCompleteButton: true
   }
 }

--
Gitblit v1.9.1