pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "星火纵横",
  9. "enablePullDownRefresh": true
  10. }
  11. }, {
  12. "path": "pages/login/index",
  13. "style": {
  14. "navigationStyle": "custom"
  15. }
  16. }],
  17. "subPackages": [{
  18. "root": "pagesEnroll",
  19. "pages": [{
  20. "path": "todayEnroll",
  21. "style": {
  22. "navigationBarTitleText": "今日新增"
  23. }
  24. }, {
  25. "path": "enrolledForm",
  26. "style": {
  27. "navigationBarTitleText": "添加信息"
  28. }
  29. }, {
  30. "path": "intentionForm",
  31. "style": {
  32. "navigationBarTitleText": "添加信息"
  33. }
  34. }, {
  35. "path": "venueList",
  36. "style": {
  37. "navigationBarTitleText": "场馆列表"
  38. }
  39. }, {
  40. "path": "venueDetail",
  41. "style": {
  42. "navigationBarTitleText": "场馆详情",
  43. "enablePullDownRefresh": true
  44. }
  45. }, {
  46. "path": "classDetail",
  47. "style": {
  48. "navigationBarTitleText": "班级详情",
  49. "enablePullDownRefresh": true
  50. }
  51. }]
  52. }, {
  53. "root": "pagesMain",
  54. "pages": [{
  55. "path": "customerList",
  56. "style": {
  57. "navigationBarTitleText": "全部客户"
  58. }
  59. }, {
  60. "path": "orderList",
  61. "style": {
  62. "navigationBarTitleText": "报名列表"
  63. }
  64. }, {
  65. "path": "orderDetail",
  66. "style": {
  67. "navigationBarTitleText": "报名详情"
  68. }
  69. }, {
  70. "path": "marketRankList",
  71. "style": {
  72. "navigationBarTitleText": "销售额"
  73. }
  74. }, {
  75. "path": "renewList",
  76. "style": {
  77. "navigationBarTitleText": "续费提醒"
  78. }
  79. }, {
  80. "path": "studentInfo",
  81. "style": {
  82. "navigationBarTitleText": "学员信息"
  83. }
  84. }, {
  85. "path": "recordForm",
  86. "style": {
  87. "navigationBarTitleText": "通话记录"
  88. }
  89. }, {
  90. "path": "messageList",
  91. "style": {
  92. "navigationBarTitleText": "消息通知"
  93. }
  94. }, {
  95. "path": "dataCensus",
  96. "style": {
  97. "navigationBarTitleText": "数据统计"
  98. }
  99. }, {
  100. "path": "shareInfo",
  101. "style": {
  102. "navigationBarTitleText": "我的二维码"
  103. }
  104. }]
  105. }],
  106. "globalStyle": {
  107. "navigationStyle": "default",
  108. "navigationBarTextStyle": "black",
  109. "navigationBarTitleText": "星火纵横销售端",
  110. "navigationBarBackgroundColor": "#ffffff",
  111. "backgroundColor": "#F8F8F8"
  112. }
  113. }