pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
  6. "^u-(.*)": "@components/u-$1/u-$1.vue",
  7. "^qiun-(.*)": "@/components/uCharts/qiun-$1/qiun-$1.vue",
  8. "^vb-(.*)": "@/components/vber/$1/vb-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  13. {
  14. "path": "pages/index/welcome",
  15. "style": {
  16. "navigationBarTitleText": "盐城中学校友会"
  17. }
  18. },
  19. {
  20. "path": "pages/account/login",
  21. "style": {
  22. "navigationBarTitleText": "登录"
  23. }
  24. },
  25. {
  26. "path": "pages/account/register",
  27. "style": {
  28. "navigationBarTitleText": "注册新用户"
  29. }
  30. },
  31. {
  32. "path": "pages/index/index",
  33. "style": {
  34. "navigationBarTitleText": "首页"
  35. }
  36. },
  37. {
  38. "path": "pages/mine/index",
  39. "style": {
  40. "navigationBarTitleText": "个人中心",
  41. "navigationBarTextStyle": "white",
  42. "navigationBarBackgroundColor": "#0e9489"
  43. }
  44. },
  45. {
  46. "path": "pages/common/webview/index",
  47. "style": {
  48. "navigationBarTitleText": "浏览网页"
  49. }
  50. },
  51. {
  52. "path": "pages/common/textview/index",
  53. "style": {
  54. "navigationBarTitleText": "浏览文本"
  55. }
  56. },
  57. {
  58. "path": "pages/account/forgetPwd",
  59. "style": {
  60. "navigationBarTitleText": "忘记密码"
  61. }
  62. },
  63. {
  64. "path": "pages/account/systemLogin",
  65. "style": {
  66. "navigationBarTitleText": "后台管理系统"
  67. }
  68. },
  69. {
  70. "path": "pages/alumnus/index",
  71. "style": {
  72. "navigationBarTitleText": "校友通讯录"
  73. }
  74. },
  75. {
  76. "path": "pages/activity/index",
  77. "style": {
  78. "navigationBarTitleText": "校友活动"
  79. }
  80. },
  81. {
  82. "path": "pages/help/index",
  83. "style": {
  84. "navigationBarTitleText": "校友互助"
  85. }
  86. },
  87. {
  88. "path": "pages/news/index",
  89. "style": {
  90. "navigationBarTitleText": "新闻资讯"
  91. }
  92. }
  93. ],
  94. "subPackages": [
  95. {
  96. "root": "pages-sub/mine",
  97. "pages": [
  98. {
  99. "path": "profile/edit",
  100. "style": {
  101. "navigationBarTitleText": "完善个人信息"
  102. }
  103. },
  104. {
  105. "path": "profile/avatar",
  106. "style": {
  107. "navigationBarTitleText": "上传头像"
  108. }
  109. },
  110. {
  111. "path": "setting",
  112. "style": {
  113. "navigationBarTitleText": "应用设置"
  114. }
  115. },
  116. {
  117. "path": "privacy",
  118. "style": {
  119. "navigationBarTitleText": "隐私设置"
  120. }
  121. },
  122. {
  123. "path": "pwd",
  124. "style": {
  125. "navigationBarTitleText": "修改密码"
  126. }
  127. },
  128. {
  129. "path": "about",
  130. "style": {
  131. "navigationBarTitleText": "关于我们"
  132. }
  133. },
  134. {
  135. "path": "help",
  136. "style": {
  137. "navigationBarTitleText": "常见问题"
  138. }
  139. }
  140. ]
  141. },
  142. {
  143. "root": "pages-sub/alumnus",
  144. "pages": [
  145. {
  146. "path": "detail",
  147. "style": {
  148. "navigationBarTitleText": "校友主页"
  149. }
  150. }
  151. ]
  152. },
  153. {
  154. "root": "pages-sub/activity",
  155. "pages": [
  156. {
  157. "path": "edit",
  158. "style": {
  159. "navigationBarTitleText": "创建活动"
  160. }
  161. },
  162. {
  163. "path": "detail",
  164. "style": {
  165. "navigationBarTitleText": "活动详情"
  166. }
  167. },
  168. {
  169. "path": "apply",
  170. "style": {
  171. "navigationBarTitleText": "活动报名"
  172. }
  173. },
  174. {
  175. "path": "applyList",
  176. "style": {
  177. "navigationBarTitleText": "报名列表"
  178. }
  179. },
  180. {
  181. "path": "applyAudit",
  182. "style": {
  183. "navigationBarTitleText": "报名审核"
  184. }
  185. },
  186. {
  187. "path": "myActivity",
  188. "style": {
  189. "navigationBarTitleText": "我的活动"
  190. }
  191. },
  192. {
  193. "path": "attend",
  194. "style": {
  195. "navigationBarTitleText": "活动签到"
  196. }
  197. }
  198. ]
  199. },
  200. {
  201. "root": "pages-sub/help",
  202. "pages": [
  203. {
  204. "path": "detail",
  205. "style": {
  206. "navigationBarTitleText": "互助详情"
  207. }
  208. },
  209. {
  210. "path": "edit",
  211. "style": {
  212. "navigationBarTitleText": "编辑互助"
  213. }
  214. },
  215. {
  216. "path": "myHelp",
  217. "style": {
  218. "navigationBarTitleText": "我的互助"
  219. }
  220. }
  221. ]
  222. },
  223. {
  224. "root": "pages-sub/news",
  225. "pages": [
  226. {
  227. "path": "detail",
  228. "style": {
  229. "navigationBarTitleText": "资讯详情"
  230. }
  231. }
  232. ]
  233. },
  234. {
  235. "root": "pages-sub/friend",
  236. "pages": [
  237. {
  238. "path": "index",
  239. "style": {
  240. "navigationBarTitleText": "我的好友"
  241. }
  242. },
  243. {
  244. "path": "apply",
  245. "style": {
  246. "navigationBarTitleText": "好友申请"
  247. }
  248. },
  249. {
  250. "path": "followMe",
  251. "style": {
  252. "navigationBarTitleText": "关注我的"
  253. }
  254. },
  255. {
  256. "path": "myFollow",
  257. "style": {
  258. "navigationBarTitleText": "我的关注"
  259. }
  260. }
  261. ]
  262. },
  263. {
  264. "root": "pages-sub/favorite",
  265. "pages": [
  266. {
  267. "path": "news",
  268. "style": {
  269. "navigationBarTitleText": "我的点赞收藏-资讯"
  270. }
  271. },
  272. {
  273. "path": "help",
  274. "style": {
  275. "navigationBarTitleText": "我的点赞收藏-互助"
  276. }
  277. },
  278. {
  279. "path": "activity",
  280. "style": {
  281. "navigationBarTitleText": "我的点赞收藏-活动"
  282. }
  283. }
  284. ]
  285. }
  286. ],
  287. "tabBar": {
  288. "color": "#8a8a8a",
  289. "selectedColor": "#0e9489",
  290. "borderStyle": "white",
  291. "backgroundColor": "#ffffff",
  292. "list": [
  293. {
  294. "pagePath": "pages/news/index",
  295. "iconPath": "static/images/tabbar/home.png",
  296. "selectedIconPath": "static/images/tabbar/home2.png",
  297. "text": "资讯"
  298. },
  299. {
  300. "pagePath": "pages/activity/index",
  301. "iconPath": "static/images/tabbar/activity.png",
  302. "selectedIconPath": "static/images/tabbar/activity2.png",
  303. "text": "活动"
  304. },
  305. {
  306. "pagePath": "pages/help/index",
  307. "iconPath": "static/images/tabbar/help.png",
  308. "selectedIconPath": "static/images/tabbar/help2.png",
  309. "text": "互助"
  310. },
  311. {
  312. "pagePath": "pages/alumnus/index",
  313. "iconPath": "static/images/tabbar/alumnus.png",
  314. "selectedIconPath": "static/images/tabbar/alumnus2.png",
  315. "text": "通讯录"
  316. },
  317. {
  318. "pagePath": "pages/mine/index",
  319. "iconPath": "static/images/tabbar/mine.png",
  320. "selectedIconPath": "static/images/tabbar/mine2.png",
  321. "text": "个人中心"
  322. }
  323. ]
  324. },
  325. "globalStyle": {
  326. "navigationBarTextStyle": "black",
  327. "navigationBarTitleText": "盐城中学校友会",
  328. "navigationBarBackgroundColor": "#F8F8F8",
  329. "backgroundColor": "#F8F8F8",
  330. "usingComponents": {
  331. //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
  332. // "van-action-sheet": "/wxcomponents/vant/dist/action-sheet/index",
  333. // "van-area": "/wxcomponents/vant/dist/area/index",
  334. // // "van-badge": "/wxcomponents/vant/dist/badge/index",
  335. // // "van-badge-group": "/wxcomponents/vant/dist/badge-group/index",
  336. // "van-button": "/wxcomponents/vant/dist/button/index",
  337. // "van-card": "/wxcomponents/vant/dist/card/index",
  338. // "van-cell": "/wxcomponents/vant/dist/cell/index",
  339. // "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  340. // "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
  341. // "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
  342. // "van-col": "/wxcomponents/vant/dist/col/index",
  343. // "van-dialog": "/wxcomponents/vant/dist/dialog/index",
  344. // "van-field": "/wxcomponents/vant/dist/field/index",
  345. // // "van-goods-action": "/wxcomponents/vant/dist/goods-action/index",
  346. // // "van-goods-action-icon": "/wxcomponents/vant/dist/goods-action-icon/index",
  347. // // "van-goods-action-button": "/wxcomponents/vant/dist/goods-action-button/index",
  348. // "van-icon": "/wxcomponents/vant/dist/icon/index",
  349. // "van-loading": "/wxcomponents/vant/dist/loading/index",
  350. // "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
  351. // "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
  352. // "van-notify": "/wxcomponents/vant/dist/notify/index",
  353. // "van-panel": "/wxcomponents/vant/dist/panel/index",
  354. // "van-popup": "/wxcomponents/vant/dist/popup/index",
  355. // "van-progress": "/wxcomponents/vant/dist/progress/index",
  356. // "van-radio": "/wxcomponents/vant/dist/radio/index",
  357. // "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
  358. // "van-row": "/wxcomponents/vant/dist/row/index",
  359. // "van-search": "/wxcomponents/vant/dist/search/index",
  360. // "van-slider": "/wxcomponents/vant/dist/slider/index",
  361. // "van-stepper": "/wxcomponents/vant/dist/stepper/index",
  362. // "van-steps": "/wxcomponents/vant/dist/steps/index",
  363. // "van-submit-bar": "/wxcomponents/vant/dist/submit-bar/index",
  364. // "van-swipe-cell": "/wxcomponents/vant/dist/swipe-cell/index",
  365. // "van-switch": "/wxcomponents/vant/dist/switch/index",
  366. // // "van-switch-cell": "/wxcomponents/vant/dist/switch-cell/index",
  367. // "van-tab": "/wxcomponents/vant/dist/tab/index",
  368. // "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  369. // "van-tabbar": "/wxcomponents/vant/dist/tabbar/index",
  370. // "van-tabbar-item": "/wxcomponents/vant/dist/tabbar-item/index",
  371. // "van-tag": "/wxcomponents/vant/dist/tag/index",
  372. // "van-toast": "/wxcomponents/vant/dist/toast/index",
  373. // "van-transition": "/wxcomponents/vant/dist/transition/index",
  374. // "van-tree-select": "/wxcomponents/vant/dist/tree-select/index",
  375. // "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
  376. // "van-rate": "/wxcomponents/vant/dist/rate/index",
  377. // "van-collapse": "/wxcomponents/vant/dist/collapse/index",
  378. // "van-collapse-item": "/wxcomponents/vant/dist/collapse-item/index",
  379. // "van-picker": "/wxcomponents/vant/dist/picker/index"
  380. }
  381. }
  382. }