From a0431deb4d557cd50d304df885a275edf1390f56 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期四, 16 一月 2025 17:34:32 +0800
Subject: [PATCH] 1、修改属性报错修护。 2、修改用户信息增加个人信息处修改判断处理。

---
 Bin/PLTWEB/5-Startup_Web_UI.bat |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Bin/PLTWEB/5-Startup_Web_UI.bat b/Bin/PLTWEB/5-Startup_Web_UI.bat
index 2f5ac1f..c261943 100644
--- a/Bin/PLTWEB/5-Startup_Web_UI.bat
+++ b/Bin/PLTWEB/5-Startup_Web_UI.bat
@@ -1,5 +1,5 @@
 @echo off
-title Redis
+title nginx
 color 0a
 setlocal
 
@@ -7,5 +7,6 @@
 ::echo %%CLASSPATH%% %CLASSPATH%
 
 cd ./nginx-1.27.0
-call start.bat
-cd ..
+call start startOrReload.bat
+
+exit
\ No newline at end of file

--
Gitblit v1.9.3