From ecebe91bd1456aaabf95a5fdc81d663f41725505 Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期四, 05 三月 2026 15:37:38 +0800
Subject: [PATCH] #26-03-10-00

---
 src/main/java/com/zy/common/config/AdminInterceptor.java |    2 +-
 src/main/resources/application.yml                       |   19 ++++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/zy/common/config/AdminInterceptor.java b/src/main/java/com/zy/common/config/AdminInterceptor.java
index ac45067..cd7bdef 100644
--- a/src/main/java/com/zy/common/config/AdminInterceptor.java
+++ b/src/main/java/com/zy/common/config/AdminInterceptor.java
@@ -51,7 +51,7 @@
         if ("OPTIONS".equalsIgnoreCase(request.getMethod())) {
 //            System.out.println("鉁� 鏀捐 OPTIONS 棰勬璇锋眰");
             // 鎵嬪姩璁剧疆 CORS 澶�
-            response.setHeader("Access-Control-Allow-Origin", "http://127.0.0.1:8080");
+            response.setHeader("Access-Control-Allow-Origin", "http://10.10.10.250:8080");
             response.setHeader("Access-Control-Allow-Methods", "GET, POST, PUT, DELETE, OPTIONS");
             response.setHeader("Access-Control-Allow-Headers", "Content-Type, Access-Token, token");
             response.setHeader("Access-Control-Allow-Credentials", "true");
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c928101..ba44408 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -39,7 +39,7 @@
 
 wms:
   rgvOpen: false
-  url: 127.0.0.1:8080/zzgtasrs
+  url: 10.10.10.250:8080/zzgtasrs
   urlWMS: 127.0.0.1:8056/actionapi/HighAsRs
   comb: mobile/combAuto/wcs/auth
 
@@ -507,9 +507,9 @@
       directionOther: false
     rgvOutSta[3]:
       devpPlcId: ${wcs-slave.devp[1].id}
-      staNo: 202
+      staNo: 216
       direction: true
-      staNoOther: 202
+      staNoOther: 216
       directionOther: false
     rgvOutSta[4]:
       devpPlcId: ${wcs-slave.devp[1].id}
@@ -525,10 +525,11 @@
       directionOther: false
     rgvSuperSta[0]:
       devpPlcId: ${wcs-slave.devp[1].id}
-      staNo: 202
+      staNo: 216
       direction: true
-      staNoOther: 202
+      staNoOther: 216
       directionOther: false
+
   # RGV绌挎杞�4
   rgv[3]:
     id: 4
@@ -611,9 +612,9 @@
       directionOther: false
     rgvOutSta[3]:
       devpPlcId: ${wcs-slave.devp[1].id}
-      staNo: 216
+      staNo: 202
       direction: true
-      staNoOther: 216
+      staNoOther: 202
       directionOther: false
     rgvOutSta[4]:
       devpPlcId: ${wcs-slave.devp[1].id}
@@ -629,9 +630,9 @@
       directionOther: false
     rgvSuperSta[0]:
       devpPlcId: ${wcs-slave.devp[1].id}
-      staNo: 216
+      staNo: 202
       direction: true
-      staNoOther: 216
+      staNoOther: 202
       directionOther: false
   # 杈撻�佺嚎1
   devp[0]:

--
Gitblit v1.9.1