::@echo off & chcp 65001
call ./changePath.bat
npm run build
echo 压缩
cd dist
tar -zcvf ../dist.tar.gz *
cd ..