pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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/login/login", // 登录
  8. "style": {
  9. "navigationStyle": "custom", // 是否显示导航栏 default显示,custom不显示
  10. "navigationBarTitleText": "登录"
  11. }
  12. },
  13. {
  14. "path": "pages/login/apply-trial", // 申请试用
  15. "style": {
  16. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  17. "navigationBarTitleText": "申请试用"
  18. }
  19. },
  20. {
  21. "path": "pages/login/forget-pass", // 忘记密码
  22. "style": {
  23. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  24. "navigationBarTitleText": "忘记密码"
  25. }
  26. },
  27. {
  28. "path": "pages/login/userAuthYs", // 用户隐私政策须知
  29. "style": {
  30. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  31. "navigationBarTitleText": "用户协议及隐私保护政策"
  32. }
  33. },
  34. {
  35. "path": "pages/index/index",
  36. "style": {
  37. "navigationBarTitleText": "智能巡店"
  38. }
  39. },
  40. {
  41. "path": "pages/videoShopTour/videoShopTour",
  42. "style": {
  43. "navigationBarTitleText": "视频巡店"
  44. }
  45. },
  46. {
  47. "path": "pages/searchPage/searchPage",
  48. "style": {
  49. "navigationStyle": "custom", // 隐藏系统导航栏
  50. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  51. }
  52. },
  53. {
  54. "path": "pages/organization/organization",
  55. "style": {
  56. "navigationBarTitleText": "查询"
  57. }
  58. },
  59. {
  60. "path": "pages/shopTour/shopTour",
  61. "style": {
  62. "navigationBarTitleText": "远程巡店",
  63. "app-plus": {
  64. "bounce": "none", //关闭窗口回弹效果
  65. "titleNView": {
  66. "buttons": [ //原生标题栏按钮配置,
  67. {
  68. "text": "选择考评方案", //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  69. "fontSize": 16,
  70. "color": "#eee",
  71. "width": "120px"
  72. }
  73. ]
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/evaluatePlan/evaluatePlan",
  80. "style": {
  81. "navigationBarTitleText": "选择考评方案"
  82. }
  83. },
  84. {
  85. "path": "pages/evaluatePlan/planDetail",
  86. "style": {
  87. "navigationBarTitleText": "考评方案详细"
  88. }
  89. },
  90. {
  91. "path": "pages/work/work",
  92. "style": {
  93. "navigationBarTitleText": "工作台"
  94. }
  95. },
  96. {
  97. "path": "pages/siteInspection/siteInspection",
  98. "style": {
  99. "navigationBarTitleText": "现场巡店"
  100. }
  101. },
  102. {
  103. "path": "pages/signIn/signIn",
  104. "style": {
  105. "navigationBarTitleText": "拍照签到"
  106. }
  107. },
  108. {
  109. "path": "pages/shopTourOver/shopTourOver", // 现场巡店结束签字
  110. "style": {
  111. "navigationBarTitleText": "签字"
  112. }
  113. },
  114. {
  115. "path": "pages/shopTourCompleted/shopTourCompleted", // 现场巡店-巡店完成
  116. "style": {
  117. "navigationBarTitleText": "巡店完成"
  118. }
  119. },
  120. {
  121. "path": "pages/myShopTour/myShopTour", // 我的巡店
  122. "style": {
  123. "navigationStyle": "custom" // 隐藏系统导航栏
  124. }
  125. },
  126. {
  127. "path": "pages/shopTourRecord/shopTourRecord", // 巡店记录
  128. "style": {
  129. "navigationBarTitleText": "巡店记录"
  130. }
  131. },
  132. {
  133. "path": "pages/shopTourDetails/shopTourDetails", // 现场巡店-巡店详情
  134. "style": {
  135. "navigationBarTitleText": "巡店详情"
  136. }
  137. },
  138. {
  139. "path": "pages/spotCheckCenter/spotChecking",
  140. "style": {
  141. "navigationBarTitleText": "点检中心"
  142. }
  143. }, {
  144. "path": "pages/spotCheckCenter/spotCheckResult",
  145. "style": {
  146. "navigationBarTitleText": "点检结果"
  147. }
  148. },
  149. {
  150. "path" : "pages/userCenter/viewStores",
  151. "style" : {
  152. "navigationBarTitleText": "可点检门店"
  153. }
  154. },
  155. {
  156. "path": "pages/spotCheckConfigure/spotCheckList",
  157. "style": {
  158. "navigationStyle": "custom", // 是否显示导航栏 default显示,custom不显示
  159. "navigationBarTitleText": "点检任务配置",
  160. "app-plus": {
  161. "titleView": false,
  162. // 将回弹属性关掉
  163. "bounce": "none"
  164. }
  165. }
  166. },
  167. {
  168. "path": "pages/spotCheckConfigure/addSpotCheck",
  169. "style": {
  170. "navigationBarTitleText": "新增点检任务"
  171. }
  172. },
  173. {
  174. "path": "pages/spotCheckConfigure/spotCheckDetail/spotCheckDetail",
  175. "style": {
  176. "navigationBarTitleText": "点检任务详情"
  177. }
  178. },
  179. {
  180. "path": "pages/spotCheckConfigure/spotCheckDetail/evaluateItemDetail",
  181. "style": {
  182. "navigationBarTitleText": "考评指标详情"
  183. }
  184. },
  185. {
  186. "path": "pages/spotCheckConfigure/spotCheckDetail/evaluateStoreDetail",
  187. "style": {
  188. "navigationBarTitleText": "考评门店详情"
  189. }
  190. },
  191. {
  192. "path": "pages/spotCheckConfigure/evaluateItem",
  193. "style": {
  194. "navigationBarTitleText": "考评指标"
  195. }
  196. },
  197. {
  198. "path": "pages/spotCheckConfigure/evaluateStore",
  199. "style": {
  200. "navigationBarTitleText": "考评门店"
  201. }
  202. },
  203. {
  204. "path": "pages/userCenter/userCenter",
  205. "style": {
  206. "navigationBarTitleText": "个人中心"
  207. }
  208. },
  209. {
  210. "path": "pages/userCenter/personInfo", // 我的>个人信息
  211. "style": {
  212. "navigationBarTitleText": "个人信息"
  213. }
  214. },
  215. {
  216. "path": "pages/userCenter/aboutUs", // 我的>关于我们
  217. "style": {
  218. "navigationBarTitleText": "关于我们"
  219. }
  220. },
  221. {
  222. "path": "pages/userCenter/changePwd", // 我的>修改密码
  223. "style": {
  224. "navigationBarTitleText": "修改密码"
  225. }
  226. },
  227. {
  228. "path": "pages/toDoList/toDoList", // 待办单 > 待办单列表
  229. "style": {
  230. "navigationStyle": "custom", // 隐藏系统导航栏
  231. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  232. }
  233. },
  234. {
  235. "path": "pages/toDoList/backlogDetail", // 待办单 > 问题详情
  236. "style": {
  237. "navigationBarTitleText": "问题详情"
  238. }
  239. },
  240. {
  241. "path": "pages/toDoList/addBacklog", // 待办单 > 创建问题
  242. "style": {
  243. "navigationBarTitleText": "创建问题"
  244. }
  245. },
  246. {
  247. "path": "pages/toDoList/choosePutUser", // 待办单 > 选择处理人
  248. "style": {
  249. "navigationBarTitleText": "选择处理人"
  250. }
  251. },
  252. {
  253. "path": "pages/toDoList/chooseReceiveUser", // 待办单 > 选择抄送人
  254. "style": {
  255. "navigationBarTitleText": "选择抄送人"
  256. }
  257. }
  258. ,{
  259. "path" : "pages/spotCheck/spotCheck",
  260. "style" : {
  261. "navigationBarTitleText": "开始点检"
  262. }
  263. }
  264. ],
  265. "globalStyle": {
  266. "navigationBarTitleText": "智能巡店",
  267. "navigationBarBackgroundColor": "#0b6ce0",
  268. "navigationBarTextStyle": "white",
  269. "backgroundColor": "#F8F8F8"
  270. },
  271. "tabBar": {
  272. "color": "#7A7E83",
  273. "selectedColor": "#0b6ce0",
  274. "borderStyle": "#eee",
  275. "backgroundColor": "#ffffff",
  276. "fontSize": "14px",
  277. "list": [{
  278. "pagePath": "pages/index/index",
  279. "iconPath": "static/tabbar/home.png",
  280. "selectedIconPath": "static/tabbar/home-active.png",
  281. "text": "首页"
  282. }, {
  283. "pagePath": "pages/work/work",
  284. "iconPath": "static/tabbar/work.png",
  285. "selectedIconPath": "static/tabbar/work-active.png",
  286. "text": "工作台"
  287. }, {
  288. "pagePath": "pages/userCenter/userCenter",
  289. "iconPath": "static/tabbar/user.png",
  290. "selectedIconPath": "static/tabbar/user-active.png",
  291. "text": "我的"
  292. }]
  293. }
  294. }