pages.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "name": "smqjh-home",
  6. "layout": "tabbar",
  7. "islogin": false,
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom",
  11. "backgroundColor": "#9ED605",
  12. "backgroundColorTop": "#9ED605"
  13. }
  14. },
  15. {
  16. "path": "pages/cart/index",
  17. "name": "smqjh-cart",
  18. "layout": "tabbar",
  19. "islogin": false,
  20. "style": {
  21. "navigationBarTitleText": "购物车",
  22. "navigationStyle": "custom",
  23. "disableScroll": true
  24. }
  25. },
  26. {
  27. "path": "pages/classfiy/index",
  28. "name": "smqjh-classfiy",
  29. "layout": "tabbar",
  30. "islogin": false,
  31. "style": {
  32. "navigationBarTitleText": "市民请集合分类",
  33. "navigationStyle": "custom",
  34. "disableScroll": true
  35. }
  36. },
  37. {
  38. "path": "pages/login/index",
  39. "name": "smqjh-login",
  40. "islogin": false,
  41. "style": {
  42. "navigationBarTitleText": "市民请集合"
  43. }
  44. },
  45. {
  46. "path": "pages/my/index",
  47. "name": "smqjh-my",
  48. "layout": "tabbar",
  49. "islogin": false,
  50. "style": {
  51. "navigationBarTitleText": "个人中心",
  52. "navigationStyle": "custom",
  53. "disableScroll": true
  54. }
  55. }
  56. ],
  57. "globalStyle": {
  58. "navigationBarBackgroundColor": "@navBgColor",
  59. "navigationBarTextStyle": "@navTxtStyle",
  60. "navigationBarTitleText": "wot",
  61. "backgroundColor": "@bgColor",
  62. "backgroundTextStyle": "@bgTxtStyle",
  63. "backgroundColorTop": "@bgColorTop",
  64. "backgroundColorBottom": "@bgColorBottom",
  65. "enablePullDownRefresh": false,
  66. "onReachBottomDistance": 50,
  67. "animationType": "pop-in",
  68. "animationDuration": 300
  69. },
  70. "tabBar": {
  71. "custom": true,
  72. "customize": true,
  73. "overlay": true,
  74. "height": "0",
  75. "color": "@tabColor",
  76. "selectedColor": "@tabSelectedColor",
  77. "backgroundColor": "@tabBgColor",
  78. "borderStyle": "@tabBorderStyle",
  79. "list": [
  80. {
  81. "pagePath": "pages/index/index"
  82. },
  83. {
  84. "pagePath": "pages/classfiy/index"
  85. },
  86. {
  87. "pagePath": "pages/cart/index"
  88. },
  89. {
  90. "pagePath": "pages/my/index"
  91. }
  92. ]
  93. },
  94. "subPackages": [
  95. {
  96. "root": "subPack-xsb",
  97. "plugins": {
  98. "logisticsPlugin": {
  99. "version": "2.1.12",
  100. "provider": "wx9ad912bf20548d92"
  101. }
  102. },
  103. "pages": [
  104. {
  105. "path": "commonTab/index",
  106. "name": "xsb-homeTabbar",
  107. "islogin": false,
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "星闪豹首页",
  111. "backgroundColorBottom": "#fff",
  112. "disableScroll": true
  113. }
  114. },
  115. {
  116. "path": "confirmOrder/index",
  117. "name": "xsb-confirmOrder",
  118. "islogin": true,
  119. "style": {
  120. "navigationBarTitleText": "提交订单"
  121. }
  122. },
  123. {
  124. "path": "goods/index",
  125. "name": "xsb-goods",
  126. "islogin": false,
  127. "style": {
  128. "navigationStyle": "custom",
  129. "navigationBarTitleText": "星闪豹商品详情"
  130. }
  131. },
  132. {
  133. "path": "order/index",
  134. "name": "xsb-order",
  135. "islogin": true,
  136. "style": {
  137. "navigationBarTitleText": "订单列表"
  138. }
  139. },
  140. {
  141. "path": "orderDetaile/index",
  142. "name": "xsb-orderDetaile",
  143. "islogin": true,
  144. "style": {
  145. "navigationBarTitleText": "订单详情",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "search/index",
  151. "name": "xsb-search",
  152. "islogin": false,
  153. "style": {
  154. "navigationBarTitleText": "搜索"
  155. }
  156. },
  157. {
  158. "path": "selectAddress/index",
  159. "name": "xsb-selectAddress",
  160. "islogin": false,
  161. "style": {
  162. "navigationBarTitleText": "选择收获地址"
  163. }
  164. }
  165. ]
  166. },
  167. {
  168. "root": "subPack-common",
  169. "pages": [
  170. {
  171. "path": "addressList/index",
  172. "name": "common-addressList",
  173. "islogin": true,
  174. "style": {
  175. "navigationBarTitleText": "收获地址"
  176. }
  177. },
  178. {
  179. "path": "afterSales/index",
  180. "name": "common-afterSales",
  181. "islogin": true,
  182. "style": {
  183. "navigationBarTitleText": "申请售后"
  184. }
  185. },
  186. {
  187. "path": "afterSalesDetail/index",
  188. "name": "common-afterSalesDetail",
  189. "islogin": true,
  190. "style": {
  191. "navigationBarTitleText": "售后详情"
  192. }
  193. },
  194. {
  195. "path": "afterSalesList/index",
  196. "name": "common-afterSalesList",
  197. "islogin": true,
  198. "style": {
  199. "navigationBarTitleText": "售后列表"
  200. }
  201. },
  202. {
  203. "path": "editAddress/index",
  204. "name": "common-editAddress",
  205. "islogin": true,
  206. "style": {
  207. "navigationBarTitleText": "编辑新增收获地址",
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "integral/index",
  213. "name": "common-integral",
  214. "islogin": true,
  215. "style": {
  216. "navigationBarTitleText": "积分",
  217. "disableScroll": true
  218. }
  219. },
  220. {
  221. "path": "nickName/index",
  222. "name": "common-nickName",
  223. "islogin": true,
  224. "style": {
  225. "navigationBarTitleText": "修改昵称"
  226. }
  227. },
  228. {
  229. "path": "payError/index",
  230. "name": "common-payError",
  231. "islogin": true,
  232. "style": {
  233. "navigationBarTitleText": "支付失败",
  234. "navigationStyle": "custom",
  235. "disableScroll": true
  236. }
  237. },
  238. {
  239. "path": "paySuccess/index",
  240. "name": "common-paySuccess",
  241. "islogin": true,
  242. "style": {
  243. "navigationBarTitleText": "支付成功",
  244. "navigationStyle": "custom",
  245. "disableScroll": true
  246. }
  247. },
  248. {
  249. "path": "revalue/index",
  250. "name": "common-revalue",
  251. "islogin": true,
  252. "style": {
  253. "navigationBarTitleText": "写评价",
  254. "navigationStyle": "custom",
  255. "disableScroll": true
  256. }
  257. },
  258. {
  259. "path": "revalueSuccess/index",
  260. "name": "common-revalue-success",
  261. "islogin": true,
  262. "style": {
  263. "navigationBarTitleText": "评价成功",
  264. "navigationStyle": "custom",
  265. "disableScroll": true
  266. }
  267. },
  268. {
  269. "path": "user-center/index",
  270. "name": "common-user-center",
  271. "islogin": true,
  272. "style": {
  273. "navigationBarTitleText": "账户设置"
  274. }
  275. }
  276. ]
  277. },
  278. {
  279. "root": "subPack-smqjh",
  280. "pages": [
  281. {
  282. "path": "order/index",
  283. "name": "smqjh-order",
  284. "islogin": true,
  285. "style": {
  286. "navigationBarTitleText": "订单列表"
  287. }
  288. }
  289. ]
  290. },
  291. {
  292. "root": "subPack-charge",
  293. "pages": [
  294. {
  295. "path": "chargeDetail/chargeDetail",
  296. "name": "charge-detail",
  297. "islogin": false,
  298. "style": {
  299. "navigationBarTitleText": "充电详情",
  300. "navigationStyle": "custom"
  301. }
  302. },
  303. {
  304. "path": "chargeing/chargeing",
  305. "name": "chargeing",
  306. "islogin": true,
  307. "style": {
  308. "navigationBarTitleText": "正在充电",
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "chargeMap/chargeMap",
  314. "name": "charge-map",
  315. "islogin": false,
  316. "style": {
  317. "navigationBarTitleText": "地图模式",
  318. "navigationStyle": "custom"
  319. }
  320. },
  321. {
  322. "path": "chargeOrderDetail/chargeOrderDetail",
  323. "name": "charge-order-detail",
  324. "islogin": true,
  325. "style": {
  326. "navigationBarTitleText": "订单详情",
  327. "navigationStyle": "custom"
  328. }
  329. },
  330. {
  331. "path": "chargeSearchList/chargeSearchList",
  332. "name": "cahrge-search-list",
  333. "islogin": false,
  334. "style": {
  335. "navigationBarTitleText": "搜索列表",
  336. "navigationStyle": "custom"
  337. }
  338. },
  339. {
  340. "path": "chargeSiteDetail/chargeSiteDetail",
  341. "name": "charge-site-detail",
  342. "islogin": true,
  343. "style": {
  344. "navigationBarTitleText": "站点详情",
  345. "navigationStyle": "custom"
  346. }
  347. },
  348. {
  349. "path": "chargeStart/chargeStart",
  350. "name": "charge-start",
  351. "islogin": true,
  352. "style": {
  353. "navigationBarTitleText": "启动终端",
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "index/index",
  359. "name": "charge-index",
  360. "islogin": false,
  361. "style": {
  362. "navigationStyle": "custom",
  363. "navigationBarTitleText": "",
  364. "backgroundColorBottom": "#fff"
  365. }
  366. }
  367. ]
  368. }
  369. ]
  370. }