From 4cc2295cd3c7a020f623daa7408ed527ebcab943 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 28 二月 2025 08:56:29 +0800
Subject: [PATCH] 1、fixbug:钢化前端报破损异常 2、fixbug:报破损后的数据报工状态显示为0,只有报工状态为1未报工

---
 hangzhoumesParent/gateway/src/main/resources/application.yml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/gateway/src/main/resources/application.yml b/hangzhoumesParent/gateway/src/main/resources/application.yml
index 3ddd26b..6cecd95 100644
--- a/hangzhoumesParent/gateway/src/main/resources/application.yml
+++ b/hangzhoumesParent/gateway/src/main/resources/application.yml
@@ -47,6 +47,20 @@
           filters:
             - StripPrefix=2
 
+        - id: glassStorage
+          uri: lb://glassStorage
+          predicates:
+            - Path=/api/glassStorage/**
+          filters:
+            - StripPrefix=2
+
+        - id: hollowGlass
+          uri: lb://hollowGlass
+          predicates:
+            - Path=/api/hollowGlass/**
+          filters:
+            - StripPrefix=2
+
 #        - id: unLoadGlass
 #          uri: lb://unLoadGlass
 #          predicates:

--
Gitblit v1.8.0