pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle":"custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/agreement",
  12. "style": {
  13. "navigationBarTitleText": "用户协议和隐私政策",
  14. "navigationStyle":"custom"
  15. }
  16. },
  17. {
  18. "path": "pages/workspace/index",
  19. "style": {
  20. "navigationBarTitleText": "工作台",
  21. "navigationStyle":"custom"
  22. }
  23. },
  24. {
  25. "path": "pages/workspace/schedule",
  26. "style": {
  27. "navigationBarTitleText": "校历安排",
  28. "navigationStyle":"custom"
  29. }
  30. },
  31. {
  32. "path": "pages/todo/index",
  33. "style": {
  34. "navigationBarTitleText": "待办",
  35. "navigationStyle":"custom"
  36. }
  37. },
  38. {
  39. "path": "pages/message/index",
  40. "style": {
  41. "navigationBarTitleText": "消息",
  42. "navigationStyle":"custom"
  43. }
  44. },
  45. {
  46. "path": "pages/my/index",
  47. "style": {
  48. "navigationBarTitleText": "我的",
  49. "navigationStyle":"custom"
  50. }
  51. },
  52. {
  53. "path": "pages/my/updatePassword",
  54. "style": {
  55. "navigationBarTitleText": "修改密码",
  56. "navigationStyle":"custom"
  57. }
  58. },
  59. {
  60. "path": "pages/my/help",
  61. "style": {
  62. "navigationBarTitleText": "帮助中心",
  63. "navigationBarBackgroundColor": "#fff"
  64. }
  65. },
  66. {
  67. "path": "pages/notice/overview/index",
  68. "style": {
  69. "navigationBarTitleText": "校内通知",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/notice/publish/index",
  75. "style": {
  76. "navigationBarTitleText": "发布通知",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/notice/publish/selectObject",
  82. "style": {
  83. "navigationBarTitleText": "选择通知对象",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/notice/overview/noticeDetail",
  89. "style": {
  90. "navigationBarTitleText": "通知详情",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/notice/mine/index",
  96. "style": {
  97. "navigationBarTitleText": "我的通知",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/teacherStudy/index",
  103. "style": {
  104. "navigationBarTitleText": "教师研修",
  105. "navigationStyle": "custom"
  106. }
  107. }
  108. ],
  109. "easycom": {
  110. "autoscan": true,
  111. "custom": {
  112. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
  113. }
  114. },
  115. "globalStyle": {
  116. "navigationBarTextStyle": "black",
  117. "navigationBarTitleText": "教师端",
  118. "navigationBarBackgroundColor": "#F8F8F8",
  119. "backgroundColor": "#F8F8F8"
  120. },
  121. "uniIdRouter": {},
  122. "tabBar": {
  123. "color": "#7A7E83",
  124. "selectedColor": "#2E64FA",
  125. "borderStyle": "black",
  126. "fontSize": "12px",
  127. "backgroundColor": "#FFFFFF",
  128. "height": "136rpx",
  129. "list": [{
  130. "pagePath": "pages/workspace/index",
  131. "iconPath": "static/image/tabbar/workspace.png",
  132. "selectedIconPath": "static/image/tabbar/workspace_cur.png",
  133. "text": "工作台"
  134. }, {
  135. "pagePath": "pages/todo/index",
  136. "iconPath": "static/image/tabbar/todo.png",
  137. "selectedIconPath": "static/image/tabbar/todo_cur.png",
  138. "text": "待办"
  139. }, {
  140. "pagePath": "pages/message/index",
  141. "iconPath": "static/image/tabbar/message.png",
  142. "selectedIconPath": "static/image/tabbar/message_cur.png",
  143. "text": "消息"
  144. }, {
  145. "pagePath": "pages/my/index",
  146. "iconPath": "static/image/tabbar/my.png",
  147. "selectedIconPath": "static/image/tabbar/my_cur.png",
  148. "text": "我的"
  149. }
  150. ]
  151. }
  152. }