From bd5706675db0a8114024290c887ab44a391bc92a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com>
Date: Fri, 1 Dec 2023 16:10:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=8B=E9=A1=B9=E6=9D=90?=
 =?UTF-8?q?=E6=96=99=E4=B8=8E=E6=83=85=E5=BD=A2=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 complex-window-manager/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/complex-window-manager/pom.xml b/complex-window-manager/pom.xml
index f00fdb7..44dff0d 100644
--- a/complex-window-manager/pom.xml
+++ b/complex-window-manager/pom.xml
@@ -27,7 +27,7 @@
                 <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr>
                 <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
                 <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
-                <profiles.rabbitmq.host>192.168.0.251</profiles.rabbitmq.host>
+                <profiles.rabbitmq.host>192.168.0.98</profiles.rabbitmq.host>
                 <profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
                 <profiles.rabbitmq.username>root_mq</profiles.rabbitmq.username>
                 <profiles.rabbitmq.password>xhx@2022</profiles.rabbitmq.password>
@@ -61,7 +61,7 @@
                 <profiles.complexServerUrl>https://112.19.80.237:11043/zwzc/</profiles.complexServerUrl>
                 <profiles.complexDeviceCode>9c:30:5b:b5:c0:d5</profiles.complexDeviceCode>
                 <package.environment>test</package.environment>
-                <skipUi>false</skipUi>
+                <skipUi>true</skipUi>
             </properties>
         </profile>
         <profile>
-- 
2.24.3