FPSMS-frontend
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

25 lignes
963 B

  1. @echo off
  2. echo Warming up pages...
  3. curl http://localhost:3000/ >nul 2>&1
  4. curl http://localhost:3000/po >nul 2>&1
  5. curl http://localhost:3000/dashboard >nul 2>&1
  6. curl http://localhost:3000/pickOrder >nul 2>&1
  7. curl http://localhost:3000/inventory >nul 2>&1
  8. curl http://localhost:3000/stocktakemanagement >nul 2>&1
  9. curl http://localhost:3000/stockIssue >nul 2>&1
  10. curl http://localhost:3000/putAway >nul 2>&1
  11. curl http://localhost:3000/finishedGood >nul 2>&1
  12. curl http://localhost:3000/stockRecord >nul 2>&1
  13. curl http://localhost:3000/do >nul 2>&1
  14. curl http://localhost:3000/ps >nul 2>&1
  15. curl http://localhost:3000/jo >nul 2>&1
  16. curl http://localhost:3000/jodetail >nul 2>&1
  17. curl http://localhost:3000/productionProcess >nul 2>&1
  18. curl http://localhost:3000/bag >nul 2>&1
  19. curl http://localhost:3000/report >nul 2>&1
  20. curl http://localhost:3000/settings/user >nul 2>&1
  21. curl http://localhost:3000/settings/items >nul 2>&1
  22. echo Warm-up complete! Navigate freely now.
  23. pause