This commit is contained in:
wkc
2026-04-14 14:45:50 +08:00
commit 01ea4d3e4c
638 changed files with 73285 additions and 0 deletions

12
ruoyi-ui/bin/run-web.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause