pages.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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/parent/in-out",
  32. "style": {
  33. "navigationBarTitleText": "出入记录"
  34. }
  35. },
  36. {
  37. "path": "pages/parent/message",
  38. "style": {
  39. "navigationBarTitleText": "消息"
  40. }
  41. }
  42. ],
  43. "tabBar": {
  44. "custom": true,
  45. "color": "#999",
  46. "selectedColor": "#1d2089",
  47. "backgroundColor": "#ffffff",
  48. "list": [
  49. {
  50. "pagePath": "pages/index/index",
  51. "text": "首页"
  52. },
  53. {
  54. "pagePath": "pages/my/index",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "globalStyle": {
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "uni-app",
  62. "navigationBarBackgroundColor": "#F8F8F8",
  63. "backgroundColor": "#F8F8F8"
  64. },
  65. "uniIdRouter": {}
  66. }