install.bat 124 B

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