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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/gateway/src/main/resources/application.yml b/hangzhoumesParent/gateway/src/main/resources/application.yml
index c7444bf..6cecd95 100644
--- a/hangzhoumesParent/gateway/src/main/resources/application.yml
+++ b/hangzhoumesParent/gateway/src/main/resources/application.yml
@@ -6,7 +6,7 @@
cloud:
nacos:
discovery:
- server-addr: 127.0.0.1:8849
+ server-addr: 127.0.0.1:8848
gateway:
discovery:
locator:
--
Gitblit v1.8.0