install.bat 109 B

12345
  1. set current_path="%~dp0"
  2. cd %current_path%
  3. cd ..
  4. npm install -registry=http://wuzhixin.vip:4873 --force
  5. pause