pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "styleIsolation": "shared",
  3. "easycom": {
  4. "autoscan": true,
  5. "custom": {
  6. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "首页"
  16. }
  17. },
  18. {
  19. "path": "pages/my/index",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. },
  24. {
  25. "path": "pages/xuncha/mp_excelRcXcdjl_edit",
  26. "style": {
  27. "navigationBarTitleText": "校长巡查"
  28. }
  29. },
  30. {
  31. "path": "pages/kqjl/kqjl_bzrDm_list",
  32. "style": {
  33. "navigationBarTitleText": "班主任点名"
  34. }
  35. },
  36. {
  37. "path": "pages/kqjl/kqjl_bzrDm",
  38. "style": {
  39. "navigationBarTitleText": "班主任点名"
  40. }
  41. },
  42. {
  43. "path": "pages/xfjl/index",
  44. "style": {
  45. "navigationBarTitleText": "消费记录"
  46. }
  47. },
  48. {
  49. "path": "pages/parent/in-out",
  50. "style": {
  51. "navigationBarTitleText": "出入记录"
  52. }
  53. },
  54. {
  55. "path": "pages/parent/message",
  56. "style": {
  57. "navigationBarTitleText": "消息"
  58. }
  59. }
  60. ],
  61. "tabBar": {
  62. "custom": true,
  63. "color": "#999",
  64. "selectedColor": "#1d2089",
  65. "backgroundColor": "#ffffff",
  66. "list": [
  67. {
  68. "pagePath": "pages/index/index",
  69. "text": "首页"
  70. },
  71. {
  72. "pagePath": "pages/my/index",
  73. "text": "我的"
  74. }
  75. ]
  76. },
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "uni-app",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8"
  82. },
  83. "uniIdRouter": {}
  84. }