weixin-build.bat 80 B

12345
  1. @echo off
  2. chcp 65001 >nul
  3. :: 执行npm开发命令
  4. npm run build:mp-weixin
  5. pause