pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [{
  3. "path": "pages/login/login"
  4. }, {
  5. "path": "pages/login/selectSite",
  6. "style": {
  7. "navigationBarTitleText": "选择登录站点"
  8. }
  9. }, {
  10. "path": "pages/index/index"
  11. }, {
  12. "path": "pages/picture/index"
  13. }],
  14. "subPackages": [{
  15. "root": "packageA",
  16. "pages": [{
  17. "path": "affiche/index"
  18. }, {
  19. "path": "affiche/detail"
  20. }, {
  21. "path": "course/index"
  22. }, {
  23. "path": "course/list"
  24. }, {
  25. "path": "course/detail"
  26. }, {
  27. "path": "exam/index"
  28. }, {
  29. "path": "exam/detail"
  30. }, {
  31. "path": "dailyYttendance/index"
  32. }, {
  33. "path": "dailyYttendance/makePoster"
  34. }, {
  35. "path": "advertising/shareable"
  36. }, {
  37. "path": "advertising/unshareable"
  38. }, {
  39. "path": "resourceLibrary/index"
  40. }, {
  41. "path": "resourceLibrary/detail"
  42. }, {
  43. "path": "resourceLibrary/picture"
  44. }, {
  45. "path": "webView/webView"
  46. }, {
  47. "path": "fullView/detail"
  48. }, {
  49. "path": "fullView/upload"
  50. }, {
  51. "path": "shop/history"
  52. }]
  53. }, {
  54. "root": "packageCase",
  55. "pages": [{
  56. "path": "imgs/detail"
  57. }, {
  58. "path": "product/detail"
  59. }, {
  60. "path": "electricAppliances/index"
  61. }]
  62. }, {
  63. "root": "store",
  64. "pages": [{
  65. "path": "product/detail"
  66. }]
  67. }],
  68. "preloadRule": {
  69. "pages/login/login": {
  70. "network": "all",
  71. "packages": ["packageCase", "packageA"]
  72. }
  73. },
  74. "globalStyle": {
  75. "navigationBarTextStyle": "black",
  76. "navigationBarTitleText": "营销工具",
  77. "navigationBarBackgroundColor": "#FFF",
  78. "backgroundColor": "#F8F8F8"
  79. },
  80. "easycom": {
  81. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  82. },
  83. "uniIdRouter": {}
  84. }