diff --git a/bin/clean.bat b/bin/clean.bat index e144025..af841d8 100644 --- a/bin/clean.bat +++ b/bin/clean.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 清理生成路径。 +echo [信息] 清理工程target生成路径。 echo. %~d0 diff --git a/bin/run.bat b/bin/run.bat index e5fb6a6..99c4992 100644 --- a/bin/run.bat +++ b/bin/run.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 运行Web工程。 +echo [信息] 使用Jar命令运行Web工程。 echo. cd %~dp0 diff --git a/ruoyi-ui/bin/run-web.bat b/ruoyi-ui/bin/run-web.bat index a696280..921902c 100644 --- a/ruoyi-ui/bin/run-web.bat +++ b/ruoyi-ui/bin/run-web.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [信息] 使用 Vue 运行 Web 工程。 +echo [信息] 使用 Vue CLI 命令运行 Web 工程。 echo. %~d0