weixin-run.bat 78 B

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