琛德实业cd-oa系统 初始化完整提交

This commit is contained in:
2026-05-13 22:19:13 +08:00
commit b0d5e034ba
3792 changed files with 486591 additions and 0 deletions

12
klp-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