pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. }, {
  8. "path": "pages/register",
  9. "style": {
  10. "navigationBarTitleText": "注册"
  11. }
  12. }, {
  13. "path": "pages/index",
  14. "style": {
  15. "navigationBarTitleText": "任务"
  16. }
  17. }, {
  18. "path": "pages/work/index",
  19. "style": {
  20. "navigationBarTitleText": "工作台"
  21. }
  22. }, {
  23. "path": "pages/mine/index",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. }, {
  28. "path": "pages/mine/avatar/index",
  29. "style": {
  30. "navigationBarTitleText": "修改头像"
  31. }
  32. }, {
  33. "path": "pages/mine/info/index",
  34. "style": {
  35. "navigationBarTitleText": "个人信息"
  36. }
  37. }, {
  38. "path": "pages/mine/info/edit",
  39. "style": {
  40. "navigationBarTitleText": "编辑资料"
  41. }
  42. }, {
  43. "path": "pages/mine/pwd/index",
  44. "style": {
  45. "navigationBarTitleText": "修改密码"
  46. }
  47. }, {
  48. "path": "pages/mine/setting/index",
  49. "style": {
  50. "navigationBarTitleText": "应用设置"
  51. }
  52. }, {
  53. "path": "pages/mine/help/index",
  54. "style": {
  55. "navigationBarTitleText": "常见问题"
  56. }
  57. }, {
  58. "path": "pages/mine/about/index",
  59. "style": {
  60. "navigationBarTitleText": "关于我们"
  61. }
  62. }, {
  63. "path": "pages/common/webview/index",
  64. "style": {
  65. "navigationBarTitleText": "浏览网页"
  66. }
  67. }, {
  68. "path": "pages/common/textview/index",
  69. "style": {
  70. "navigationBarTitleText": "浏览文本"
  71. }
  72. },
  73. {
  74. "path": "pages/check/index",
  75. "style": {
  76. "navigationBarTitleText": "核查"
  77. }
  78. },
  79. {
  80. "path": "pages/index/common/affirm",
  81. "style": {
  82. "navigationBarTitleText": "确认/退回图斑外业任务"
  83. }
  84. },
  85. {
  86. "path": "pages/index/common/tjDialog",
  87. "style": {
  88. "navigationBarTitleText": "提交"
  89. }
  90. }
  91. ],
  92. "tabBar": {
  93. "color": "#000000",
  94. "selectedColor": "#000000",
  95. "borderStyle": "white",
  96. "backgroundColor": "#ffffff",
  97. "list": [{
  98. "pagePath": "pages/index",
  99. "iconPath": "static/images/tabbar/home.png",
  100. "selectedIconPath": "static/images/tabbar/home_.png",
  101. "text": "任务"
  102. // }, {
  103. // "pagePath": "pages/check/index",
  104. // "iconPath": "static/images/tabbar/work.png",
  105. // "selectedIconPath": "static/images/tabbar/work_.png",
  106. // "text": "核查"
  107. }, {
  108. "pagePath": "pages/mine/index",
  109. "iconPath": "static/images/tabbar/mine.png",
  110. "selectedIconPath": "static/images/tabbar/mine_.png",
  111. "text": "我的"
  112. }]
  113. },
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "uni-app",
  117. "navigationBarBackgroundColor": "#FFFFFF",
  118. "backgroundColor": "#F8F8F8"
  119. // "usingComponents": {
  120. // "van-dropdown-menu": "/wxcomponents/dist/dropdown-menu/index",
  121. // "van-dropdown-item": "/wxcomponents/dist/dropdown-item/index",
  122. // "van-action-sheet": "/wxcomponents/dist/action-sheet/index",
  123. // "van-area": "/wxcomponents/dist/area/index",
  124. // "van-button": "/wxcomponents/dist/button/index",
  125. // "van-card": "/wxcomponents/dist/card/index",
  126. // "van-cell": "/wxcomponents/dist/cell/index",
  127. // "van-cell-group": "/wxcomponents/dist/cell-group/index",
  128. // "van-checkbox": "/wxcomponents/dist/checkbox/index",
  129. // "van-checkbox-group": "/wxcomponents/dist/checkbox-group/index",
  130. // "van-col": "/wxcomponents/dist/col/index",
  131. // "van-dialog": "/wxcomponents/dist/dialog/index",
  132. // "van-field": "/wxcomponents/dist/field/index",
  133. // "van-goods-action": "/wxcomponents/dist/goods-action/index",
  134. // "van-goods-action-icon": "/wxcomponents/dist/goods-action-icon/index",
  135. // "van-goods-action-button": "/wxcomponents/dist/goods-action-button/index",
  136. // "van-icon": "/wxcomponents/dist/icon/index",
  137. // "van-loading": "/wxcomponents/dist/loading/index",
  138. // "van-nav-bar": "/wxcomponents/dist/nav-bar/index",
  139. // "van-notice-bar": "/wxcomponents/dist/notice-bar/index",
  140. // "van-notify": "/wxcomponents/dist/notify/index",
  141. // "van-panel": "/wxcomponents/dist/panel/index",
  142. // "van-popup": "/wxcomponents/dist/popup/index",
  143. // "van-progress": "/wxcomponents/dist/progress/index",
  144. // "van-radio": "/wxcomponents/dist/radio/index",
  145. // "van-radio-group": "/wxcomponents/dist/radio-group/index",
  146. // "van-row": "/wxcomponents/dist/row/index",
  147. // "van-search": "/wxcomponents/dist/search/index",
  148. // "van-slider": "/wxcomponents/dist/slider/index",
  149. // "van-stepper": "/wxcomponents/dist/stepper/index",
  150. // "van-sticky": "/wxcomponents/dist/sticky/index",
  151. // "van-steps": "/wxcomponents/dist/steps/index",
  152. // "van-submit-bar": "/wxcomponents/dist/submit-bar/index",
  153. // "van-swipe-cell": "/wxcomponents/dist/swipe-cell/index",
  154. // "van-switch": "/wxcomponents/dist/switch/index",
  155. // "van-tab": "/wxcomponents/dist/tab/index",
  156. // "van-tabs": "/wxcomponents/dist/tabs/index"
  157. // }
  158. }
  159. }