mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 08:52:28 +08:00
启动脚本,host检查失败,不影响启动
This commit is contained in:
@ -53,7 +53,6 @@ if errorlevel 1 (
|
||||
if %errorlevel% neq 0 (
|
||||
echo [错误] 设置 hosts 文件失败,请检查权限!
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo [3/5] 编译后端项目...
|
||||
|
||||
@ -53,7 +53,6 @@ if errorlevel 1 (
|
||||
if %errorlevel% neq 0 (
|
||||
echo [错误] 设置 hosts 文件失败,请检查权限!
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo [3/5] 编译后端项目...
|
||||
|
||||
Reference in New Issue
Block a user