From b4f032fab4bb6719a278a2fe69243d58975f8cb2 Mon Sep 17 00:00:00 2001 From: fuzui <73400@163.com> Date: 星期三, 24 十一月 2021 02:48:35 +0800 Subject: [PATCH] 删除代码生成中冗余的导出方法 --- ruoyi-ui/bin/run-web.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- Gitblit v1.9.3