Files
profitManage1.2/bin/build.bat
T
2025-11-11 14:06:13 +08:00

12 lines
120 B
Batchfile

@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause