From d5e17ecf9a804992c3e352d64a37cecbabd57d74 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 12 三月 2025 16:23:23 +0800
Subject: [PATCH] 辨识上传图片

---
 src/main/resources/config/application-gslab.yaml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/config/application-gslab.yaml b/src/main/resources/config/application-gslab.yaml
index 315b498..ae2b06a 100644
--- a/src/main/resources/config/application-gslab.yaml
+++ b/src/main/resources/config/application-gslab.yaml
@@ -60,9 +60,10 @@
     path:
       #基础路径
       dcPath: /home/upload/laboratoryRiskManage/
-      urlRootPath: /upload/
+      urlRootPath: /uploadLab/
       module:
         #用户模块
         accountPath: /account/user/
-
+        #辨识模块
+        identification: /identification/
 

--
Gitblit v1.9.2