pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "中医学院(仲景学院)智慧校友系统"
  10. // "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录"
  17. }
  18. },
  19. {
  20. "path": "pages/index/news_detail",
  21. "style": {
  22. "navigationBarTitleText": "新闻详情"
  23. }
  24. },
  25. {
  26. "path": "pages/index/alumni_style",
  27. "style": {
  28. "navigationBarTitleText": "校友风采"
  29. }
  30. },
  31. {
  32. "path": "pages/index/alumni_detail",
  33. "style": {
  34. "navigationBarTitleText": "校友风采"
  35. }
  36. },
  37. {
  38. "path": "pages/index/new_list",
  39. "style": {
  40. "navigationBarTitleText": "资讯中心"
  41. }
  42. },
  43. {
  44. "path": "pages/index/stu_list",
  45. "style": {
  46. "navigationBarTitleText": "校友风采"
  47. }
  48. },
  49. {
  50. "path": "pages/mine/mine",
  51. "style": {
  52. "navigationBarTitleText": "个人中心"
  53. // "navigationStyle": "custom", // 隐藏系统导航栏
  54. // "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  55. }
  56. },
  57. {
  58. "path": "pages/mine/change_pwd",
  59. "style": {
  60. "navigationBarTitleText": "修改密码"
  61. // "navigationStyle": "custom", // 隐藏系统导航栏
  62. // "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  63. }
  64. },
  65. {
  66. "path": "pages/mine/my_active",
  67. "style": {
  68. "navigationBarTitleText": "我的活动"
  69. // "enablePullDownRefresh": false
  70. }
  71. },
  72. {
  73. "path": "pages/mine/creat_news",
  74. "style": {
  75. "navigationBarTitleText": "发布新闻"
  76. // "enablePullDownRefresh": false
  77. }
  78. },
  79. {
  80. "path": "pages/mine/news_success",
  81. "style": {
  82. "navigationBarTitleText": ""
  83. // "enablePullDownRefresh": false
  84. }
  85. },
  86. {
  87. "path": "pages/mine/my_info",
  88. "style": {
  89. "navigationBarTitleText": "个人信息"
  90. // "enablePullDownRefresh": false
  91. }
  92. },
  93. {
  94. "path": "pages/mine/search",
  95. "style": {
  96. "navigationBarTitleText": "查找校友"
  97. // "enablePullDownRefresh": false
  98. }
  99. },
  100. {
  101. "path": "pages/mine/name_edit",
  102. "style": {
  103. "navigationBarTitleText": "个人信息"
  104. // "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "pages/mine/job_edit",
  109. "style": {
  110. "navigationBarTitleText": "个人信息"
  111. // "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "pages/mine/class_edit",
  116. "style": {
  117. "navigationBarTitleText": "个人信息"
  118. // "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "pages/mine/honour_edit",
  123. "style": {
  124. "navigationBarTitleText": "个人信息"
  125. // "enablePullDownRefresh": false
  126. }
  127. },
  128. //活动
  129. {
  130. "path": "pages/activity/index",
  131. "style": {
  132. // "navigationStyle": "custom",
  133. "navigationBarTitleText": "活动列表"
  134. // "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "pages/activity/active_detail",
  139. "style": {
  140. // "navigationStyle": "custom",
  141. "navigationBarTitleText": "活动详情"
  142. // "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/activity/more",
  147. "style": {
  148. // "navigationStyle": "custom",
  149. "navigationBarTitleText": "报名人员"
  150. // "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "pages/activity/create_active",
  155. "style": {
  156. // "navigationStyle": "custom",
  157. "navigationBarTitleText": "发起活动"
  158. // "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path" : "pages/organization/organization",
  163. "style" :
  164. {
  165. "navigationBarTitleText": "班级"
  166. // "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path" : "pages/organization/success",
  171. "style" :
  172. {
  173. "navigationBarTitleText": ""
  174. // "enablePullDownRefresh": false
  175. }
  176. },
  177. {
  178. "path" : "pages/organization/stu_detail",
  179. "style" :
  180. {
  181. "navigationBarTitleText": ""
  182. // "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path" : "pages/mine/my_study",
  187. "style" :
  188. {
  189. "navigationBarTitleText": "学籍信息"
  190. // "enablePullDownRefresh": false
  191. }
  192. },
  193. {
  194. "path" : "pages/activity/wonderful",
  195. "style" :
  196. {
  197. "navigationBarTitleText": "精彩瞬间"
  198. // "enablePullDownRefresh": false
  199. }
  200. },
  201. {
  202. "path" : "pages/activity/wonderful_list",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "精彩瞬间"
  206. // "enablePullDownRefresh": false
  207. }
  208. },
  209. {
  210. "path" : "pages/organization/tabs",
  211. "style" :
  212. {
  213. "navigationBarTitleText": "中医学院(仲景学院)智慧校友系统"
  214. // "scrollIndicator":"none"
  215. // "enablePullDownRefresh": false
  216. }
  217. }
  218. ,{
  219. "path" : "pages/message/message",
  220. "style" :
  221. {
  222. "navigationBarTitleText": "中医学院(仲景学院)智慧校友系统"
  223. // "enablePullDownRefresh": false
  224. }
  225. }
  226. ],
  227. "globalStyle": {
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "中医学院(仲景学院)智慧校友系统",
  230. "navigationBarBackgroundColor": "#F9F9FB",
  231. "backgroundColor": "#ffffff",
  232. "backgroundColorTop":"#ffffff",
  233. "backgroundTextStyle": "light",
  234. "navigationStyle": "custom"
  235. },
  236. "tabBar": {
  237. "color": "#999999",
  238. "selectedColor": "#000000",
  239. "backgroundColor": "#FFFFFF",
  240. "fontSize": "24rpx",
  241. "list": [{
  242. "pagePath": "pages/index/index",
  243. "text": "首页",
  244. "iconPath": "static/images/index_icon.png",
  245. "selectedIconPath": "static/images/index_icon_fulled.png"
  246. }, {
  247. "pagePath": "pages/organization/tabs",
  248. "text": "班级",
  249. "iconPath": "static/images/organzation_icon.png",
  250. "selectedIconPath": "static/images/organzation_icon_fulled.png"
  251. },
  252. {
  253. "pagePath": "pages/message/message",
  254. "text": "留言板",
  255. "iconPath": "static/images/active_icon.png",
  256. "selectedIconPath": "static/images/active_icon_fulled.png"
  257. }, {
  258. "pagePath": "pages/mine/mine",
  259. "text": "我的",
  260. "iconPath": "static/images/mine_icon.png",
  261. "selectedIconPath": "static/images/mine_icon_fulled.png"
  262. }
  263. ]
  264. }
  265. }