启动脚本,host检查失败,不影响启动

This commit is contained in:
JEECG
2025-11-27 11:59:04 +08:00
parent ef210a2242
commit 82bfcc7b14
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ if errorlevel 1 (
if %errorlevel% neq 0 (
echo [错误] 设置 hosts 文件失败,请检查权限!
pause
exit /b 1
)
echo [3/5] 编译后端项目...

View File

@ -53,7 +53,6 @@ if errorlevel 1 (
if %errorlevel% neq 0 (
echo [错误] 设置 hosts 文件失败,请检查权限!
pause
exit /b 1
)
echo [3/5] 编译后端项目...