From 67df4c1a5ef6ead480c539b8fccdb6b37d51401d Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期三, 15 一月 2025 18:22:06 +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.10.0