app.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/acceptor/acceptor",
  6. "pages/drawer/drawer",
  7. "pages/supplier/supplier",
  8. "pages/mine/mine"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "pages/bsinessadmin",
  13. "pages": [
  14. "register",
  15. "supplierges",
  16. "useragreement",
  17. "privacypolicy",
  18. "setpassword"
  19. ]
  20. },
  21. {
  22. "root": "pages/other",
  23. "pages": [
  24. "homepage"
  25. ]
  26. },
  27. {
  28. "root": "pages/spladmin",
  29. "pages": [
  30. "index"
  31. ]
  32. },
  33. {
  34. "root": "pages/alldeatil",
  35. "pages": [
  36. "acptdetail",
  37. "drawerdetail",
  38. "supplierdetail",
  39. "identifypic",
  40. "proxypic",
  41. "contractdetail",
  42. "addbill",
  43. "billdetail",
  44. "addnewacpt",
  45. "addnewdrawer",
  46. "upcontract"
  47. ]
  48. }
  49. ],
  50. "window": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "uni-app",
  53. "navigationBarBackgroundColor": "#fff",
  54. "backgroundColor": "#fff"
  55. },
  56. "usingComponents": {},
  57. "sitemapLocation": "sitemap.json"
  58. }