pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "pages" : [
  3. {
  4. "path" : "pages/login",
  5. "style" : {
  6. "navigationBarTitleText" : "登录"
  7. }
  8. },
  9. {
  10. "path" : "pages/register",
  11. "style" : {
  12. "navigationBarTitleText" : "注册"
  13. }
  14. },
  15. {
  16. "path" : "pages/index",
  17. "style" : {
  18. "navigationBarTitleText" : "主页",
  19. "navigationStyle" : "custom"
  20. }
  21. },
  22. {
  23. "path" : "pages/work/index",
  24. "style" : {
  25. "navigationBarTitleText" : "工作台"
  26. }
  27. },
  28. {
  29. "path" : "pages/work/record/RecordList",
  30. "style" : {
  31. "navigationBarTitleText" : "拍照点"
  32. }
  33. },
  34. {
  35. "path" : "pages/work/record/camera-scan-code",
  36. "style" : {
  37. "navigationBarTitleText" : "相册"
  38. }
  39. },
  40. {
  41. "path" : "pages/work/record/InfoList",
  42. "style" : {
  43. "navigationBarTitleText" : "产品声像信息界面"
  44. }
  45. },
  46. {
  47. "path" : "pages/work/record/InfoDetail",
  48. "style" : {
  49. "navigationBarTitleText" : "产像记录任务详情"
  50. }
  51. },
  52. {
  53. "path" : "pages/work/record/Camera",
  54. "style" : {
  55. "navigationBarTitleText" : "拍照界面"
  56. }
  57. },
  58. {
  59. "path" : "pages/work/report/InspectionList",
  60. "style" : {
  61. "navigationBarTitleText" : "检验记录"
  62. }
  63. },
  64. {
  65. "path" : "pages/work/process/ProcessList",
  66. "style" : {
  67. "navigationBarTitleText" : "关键工序记录"
  68. }
  69. },
  70. {
  71. "path" : "pages/mine/index",
  72. "style" : {
  73. "navigationBarTitleText" : "用户管理"
  74. }
  75. },
  76. {
  77. "path" : "pages/mine/info/index",
  78. "style" : {
  79. "navigationBarTitleText" : "个人信息"
  80. }
  81. },
  82. {
  83. "path" : "pages/mine/info/edit",
  84. "style" : {
  85. "navigationBarTitleText" : "编辑资料"
  86. }
  87. },
  88. {
  89. "path" : "pages/mine/pwd/index",
  90. "style" : {
  91. "navigationBarTitleText" : "修改密码"
  92. }
  93. },
  94. {
  95. "path" : "pages/mine/setting/index",
  96. "style" : {
  97. "navigationBarTitleText" : "应用设置"
  98. }
  99. },
  100. {
  101. "path" : "pages/mine/help/index",
  102. "style" : {
  103. "navigationBarTitleText" : "常见问题"
  104. }
  105. },
  106. {
  107. "path" : "pages/mine/about/index",
  108. "style" : {
  109. "navigationBarTitleText" : "关于我们"
  110. }
  111. },
  112. {
  113. "path" : "pages/common/webview/index",
  114. "style" : {
  115. "navigationBarTitleText" : "浏览网页"
  116. }
  117. },
  118. {
  119. "path" : "pages/common/textview/index",
  120. "style" : {
  121. "navigationBarTitleText" : "浏览文本"
  122. }
  123. },
  124. {
  125. "path" : "pages/work/download/DownloadList",
  126. "style" : {
  127. "navigationBarTitleText" : "产品信息"
  128. }
  129. },
  130. {
  131. "path" : "pages/work/download/DownloadDetail",
  132. "style" : {
  133. "navigationBarTitleText" : "检验任务详情"
  134. }
  135. },
  136. {
  137. "path" : "pages/work/task/TaskList",
  138. "style" : {
  139. "navigationBarTitleText" : "任务管理"
  140. }
  141. },
  142. {
  143. "path" : "pages/work/download/PhotoRecord",
  144. "style" : {
  145. "navigationBarTitleText" : "拍照点"
  146. }
  147. },
  148. {
  149. "path" : "pages/work/download/TaskCamera-scan-code",
  150. "style" :
  151. {
  152. "navigationBarTitleText" : "相册"
  153. }
  154. },
  155. {
  156. "path" : "pages/work/download/TaskCamera",
  157. "style" : {
  158. "navigationBarTitleText" : "拍照界面"
  159. }
  160. },
  161. {
  162. "path" : "pages/work/log/logList",
  163. "style" :
  164. {
  165. "navigationBarTitleText" : "日志列表"
  166. }
  167. },
  168. {
  169. "path" : "pages/work/log/logDetail",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "日志详情"
  173. }
  174. },
  175. {
  176. "path" : "pages/mine/person/PersonList",
  177. "style" :
  178. {
  179. "navigationBarTitleText" : "用户列表"
  180. }
  181. },
  182. {
  183. "path" : "pages/mine/person/PersonDetail",
  184. "style" :
  185. {
  186. "navigationBarTitleText" : "用户信息"
  187. }
  188. }
  189. ],
  190. "tabBar" : {
  191. "color" : "#000000",
  192. "selectedColor" : "#000000",
  193. "borderStyle" : "white",
  194. "backgroundColor" : "#ffffff",
  195. "list" : [
  196. {
  197. "pagePath" : "pages/work/index",
  198. "iconPath" : "static/images/tabbar/work.png",
  199. "selectedIconPath" : "static/images/tabbar/work_.png",
  200. "text" : "工作台"
  201. }
  202. // {
  203. // "pagePath" : "pages/mine/index",
  204. // "iconPath" : "static/images/tabbar/mine.png",
  205. // "selectedIconPath" : "static/images/tabbar/mine_.png",
  206. // "text" : "我的"
  207. // }
  208. ]
  209. },
  210. "globalStyle" : {
  211. "navigationBarTextStyle" : "black",
  212. "navigationBarTitleText" : "RuoYi",
  213. "navigationBarBackgroundColor" : "#FFFFFF"
  214. },
  215. "condition" : {
  216. //模式配置,仅开发期间生效
  217. "current" : 0, //当前激活的模式(list 的索引项)
  218. "list" : [
  219. {
  220. "name" : "", //模式名称
  221. "path" : "", //启动页面,必选
  222. "query" : "" //启动参数,在页面的onLoad函数里面得到
  223. }
  224. ]
  225. }
  226. }