This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
@REM 后续命令使用的是:UTF-8编码
chcp 65001
echo.
echo [信息] 打包Web工程,生成dist文件。
%~d0
cd %~dp0
cd ..
npm run build:prod
pause