From a7021b7620d04b04ffcd084ea07704b37b15be0a Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期一, 13 一月 2025 09:54:32 +0800
Subject: [PATCH] 按钮图标仅验证是图标类型显示方式

---
 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