app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "pages": [
  3. "pages/user/login",
  4. "pages/index/index",
  5. "pages/home",
  6. "pages/addQrcode/addQrcode",
  7. "pages/addQrcode/selectQrcode",
  8. "pages/addQrcode/addBatch",
  9. "pages/manageQrcode/manageQrcode",
  10. "pages/goIn/goIn",
  11. "pages/goIn/withdrawal",
  12. "pages/goOut/goOut",
  13. "pages/inOut/inOut",
  14. "pages/check/check",
  15. "pages/check/checkDtl",
  16. "pages/check/checkSubmit",
  17. "pages/weigh/weigh",
  18. "pages/weigh/checkDtl",
  19. "pages/weigh/checkSubmit",
  20. "pages/Inventory/Inventory",
  21. "pages/Inventory/InventorySubmit",
  22. "pages/Inventory/InventoryDtl",
  23. "pages/select/select",
  24. "pages/overCloth/overCloth",
  25. "pages/shiftHandover/shiftHandover",
  26. "pages/succession/succession",
  27. "pages/total/total",
  28. "pages/total/summary",
  29. "pages/total/warehouseDtl",
  30. "pages/total/warehousingDtl",
  31. "pages/usedTotal/usedTotal",
  32. "pages/usedTotal/summary",
  33. "pages/usedTotal/warehouseDtl",
  34. "pages/usedTotal/warehousingDtl",
  35. "pages/submit/submit"
  36. ],
  37. "subPackages": [],
  38. "window": {
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "uni-app",
  41. "navigationBarBackgroundColor": "#F8F8F8",
  42. "backgroundColor": "#F8F8F8"
  43. },
  44. "usingComponents": {},
  45. "sitemapLocation": "sitemap.json"
  46. }