Files
profitManage1.1/bin/build.bat
T
2025-10-10 13:48:09 +08:00

12 lines
120 B
Batchfile

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