pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. {
  2. "pages": [{
  3. "path": "pages/home3/home3",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "enablePullDownRefresh": true,
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/my/my",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. }, {
  18. "path": "pages/orderManage/orderManage",
  19. "style": {
  20. "navigationBarTitleText": "订单",
  21. "enablePullDownRefresh": true
  22. }
  23. }, {
  24. "path": "pages/detail/detail",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/pay/pay",
  31. "style": {
  32. "navigationBarTitleText": "支付订单",
  33. "enablePullDownRefresh": false
  34. }
  35. }, {
  36. "path": "pages/affirmOrder/affirmOrder",
  37. "style": {
  38. "navigationBarTitleText": "填写订单",
  39. "enablePullDownRefresh": false,
  40. "navigationStyle": "custom"
  41. }
  42. }, {
  43. "path": "pages/orderDetail/orderDetail",
  44. "style": {
  45. "navigationBarTitleText": "订单详情",
  46. "enablePullDownRefresh": false,
  47. "navigationStyle": "custom"
  48. }
  49. }, {
  50. "path": "pages/payStatus/payStatus",
  51. "style": {
  52. "navigationBarTitleText": "支付订单",
  53. "enablePullDownRefresh": false
  54. }
  55. }, {
  56. "path": "pages/login/login",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "pages/shop/shop",
  63. "style": {
  64. "navigationBarTitleText": "我是商户",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "pages/binding/binding",
  69. "style": {
  70. "navigationBarTitleText": "账户绑定",
  71. "enablePullDownRefresh": false
  72. }
  73. }, {
  74. "path": "pages/shopInfo/shopInfo",
  75. "style": {
  76. "navigationBarTitleText": "我是商户",
  77. "enablePullDownRefresh": false
  78. }
  79. }, {
  80. "path": "pages/push/push",
  81. "style": {
  82. "navigationBarTitleText": "订单详情",
  83. "enablePullDownRefresh": false,
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. "path": "pages/shop2/shop2",
  88. "style": {
  89. "navigationBarTitleText": "我是业主",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "pages/authorization/authorization",
  94. "style": {
  95. "navigationBarTitleText": "",
  96. "enablePullDownRefresh": false
  97. }
  98. }, {
  99. "path": "pages/identity/identity",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }, {
  105. "path": "pages/community/community",
  106. "style": {
  107. "navigationBarTitleText": "攻略",
  108. "enablePullDownRefresh": false
  109. }
  110. }, {
  111. "path": "pages/rimInfo/rimInfo",
  112. "style": {
  113. "navigationBarTitleText": "简介",
  114. "enablePullDownRefresh": false
  115. }
  116. }
  117. ],
  118. "subpackages": [ //分包
  119. {
  120. "root": "packageShang",
  121. "pages": [{
  122. "path": "pages/tabbar/home",
  123. "style": {
  124. "navigationBarTitleText": "特产商城"
  125. // "enablePullDownRefresh": true,
  126. // "navigationStyle": "custom"
  127. }
  128. }, {
  129. "path": "pages/tabbar/category",
  130. "style": {
  131. "navigationBarTitleText": "分类"
  132. }
  133. }, {
  134. "path": "pages/tabbar/cart",
  135. "style": {
  136. "navigationBarTitleText": "购物车"
  137. }
  138. }, {
  139. "path": "pages/tabbar/user",
  140. "style": {
  141. "navigationBarTitleText": "我的",
  142. "navigationStyle": "custom"
  143. }
  144. }, {
  145. "path": "pages/home/search/search",
  146. "style": {
  147. "navigationBarTitleText": "搜索"
  148. }
  149. }, {
  150. "path": "pages/goods/goods",
  151. "style": {
  152. "navigationBarTitleText": "商品详情"
  153. }
  154. }, {
  155. "path": "pages/goods/goods-list",
  156. "style": {
  157. "navigationBarTitleText": "商品列表"
  158. }
  159. }, {
  160. "path": "pages/goods/goods-evaluate",
  161. "style": {
  162. "navigationBarTitleText": "商品评价"
  163. }
  164. }, {
  165. "path": "pages/user/address/address-edit",
  166. "style": {
  167. "navigationBarTitleText": "添加收货人"
  168. }
  169. }, {
  170. "path": "pages/user/address/address",
  171. "style": {
  172. "navigationBarTitleText": "收货管理"
  173. }
  174. }, {
  175. "path": "pages/user/order/order",
  176. "style": {
  177. "navigationBarTitleText": "全部订单"
  178. }
  179. }, {
  180. "path": "pages/user/order/order-detail",
  181. "style": {
  182. "navigationBarTitleText": "订单详情"
  183. }
  184. }, {
  185. "path": "pages/user/order/order-refund",
  186. "style": {
  187. "navigationBarTitleText": "订单退款"
  188. }
  189. }, {
  190. "path": "pages/user/order/order-express",
  191. "style": {
  192. "navigationBarTitleText": "物流轨迹"
  193. }
  194. }, {
  195. "path": "pages/user/order/order-evaluate",
  196. "style": {
  197. "navigationBarTitleText": "订单评价"
  198. }
  199. }, {
  200. "path": "pages/user/collect/collect",
  201. "style": {
  202. "navigationBarTitleText": "我的收藏"
  203. }
  204. }, {
  205. "path": "pages/user/integral/sign",
  206. "style": {
  207. "navigationBarTitleText": "每日签到",
  208. "navigationBarBackgroundColor": "#ff6a6c",
  209. "navigationBarTextStyle": "black"
  210. }
  211. }, {
  212. "path": "pages/user/integral/detail",
  213. "style": {
  214. "navigationBarTitleText": "积分明细"
  215. }
  216. }, {
  217. "path": "pages/order/create",
  218. "style": {
  219. "navigationBarTitleText": "创建订单"
  220. }
  221. }, {
  222. "path": "pages/pay/pay",
  223. "style": {
  224. "navigationBarTitleText": "支付"
  225. }
  226. }, {
  227. "path": "pages/pay/success",
  228. "style": {
  229. "navigationBarTitleText": "支付提示"
  230. }
  231. }]
  232. },
  233. {
  234. "root": "pagesSub",
  235. "pages": [{
  236. "path": "web/web",
  237. "style": {
  238. "navigationBarTitleText": "",
  239. "enablePullDownRefresh": false,
  240. "navigationStyle": "custom"
  241. }
  242. }, {
  243. "path": "home/home",
  244. "style": {
  245. "navigationBarTitleText": "靖安人家乡村民宿",
  246. "enablePullDownRefresh": true
  247. }
  248. },
  249. {
  250. "path": "myCoupon/myCoupon",
  251. "style": {
  252. "navigationBarTitleText": "我的卡券",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "coupon/coupon",
  258. "style": {
  259. "navigationBarTitleText": "优惠券",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path": "couponCenter/couponCenter",
  265. "style": {
  266. "navigationBarTitleText": "领券中心",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path": "set/set",
  272. "style": {
  273. "navigationBarTitleText": "设置",
  274. "enablePullDownRefresh": false
  275. }
  276. },
  277. {
  278. "path": "myHome/myHome",
  279. "style": {
  280. "navigationBarTitleText": "个人主页",
  281. "enablePullDownRefresh": false,
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "common/common",
  287. "style": {
  288. "navigationBarTitleText": "常用旅客",
  289. "enablePullDownRefresh": false
  290. }
  291. },
  292. {
  293. "path": "addOrEdit/addOrEdit",
  294. "style": {
  295. "navigationBarTitleText": "添加旅客",
  296. "enablePullDownRefresh": false
  297. }
  298. },
  299. {
  300. "path": "collect/collect",
  301. "style": {
  302. "navigationBarTitleText": "收藏/住过",
  303. "enablePullDownRefresh": false
  304. }
  305. },
  306. {
  307. "path": "myComplaint/myComplaint",
  308. "style": {
  309. "navigationBarTitleText": "投诉进度",
  310. "enablePullDownRefresh": false
  311. }
  312. },
  313. {
  314. "path": "complaintProgress/complaintProgress",
  315. "style": {
  316. "navigationBarTitleText": "进度详情",
  317. "enablePullDownRefresh": false
  318. }
  319. },
  320. {
  321. "path": "myEvaluate/myEvaluate",
  322. "style": {
  323. "navigationBarTitleText": "我的评价",
  324. "enablePullDownRefresh": false
  325. }
  326. },
  327. {
  328. "path": "detailInfo/detailInfo",
  329. "style": {
  330. "navigationBarTitleText": "设施详情",
  331. "enablePullDownRefresh": false,
  332. "navigationStyle": "custom"
  333. }
  334. },
  335. {
  336. "path": "appraise/appraise",
  337. "style": {
  338. "navigationBarTitleText": "全部评价",
  339. "enablePullDownRefresh": false
  340. }
  341. },
  342. {
  343. "path": "appraiseDetail/appraiseDetail",
  344. "style": {
  345. "navigationBarTitleText": "评价详情",
  346. "enablePullDownRefresh": false
  347. }
  348. },
  349. {
  350. "path": "evaluate/evaluate",
  351. "style": {
  352. "navigationBarTitleText": "评价",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "evaluateStatus/evaluateStatus",
  359. "style": {
  360. "navigationBarTitleText": "",
  361. "enablePullDownRefresh": false
  362. }
  363. },
  364. {
  365. "path": "complaint/complaint",
  366. "style": {
  367. "navigationBarTitleText": "我要投诉",
  368. "enablePullDownRefresh": false
  369. }
  370. },
  371. {
  372. "path": "complaintStatus/complaintStatus",
  373. "style": {
  374. "navigationBarTitleText": "",
  375. "enablePullDownRefresh": false
  376. }
  377. },
  378. {
  379. "path": "send/send",
  380. "style": {
  381. "navigationBarTitleText": "发推文",
  382. "enablePullDownRefresh": false,
  383. "navigationStyle": "custom"
  384. }
  385. },
  386. {
  387. "path": "addPlace/addPlace",
  388. "style": {
  389. "navigationBarTitleText": "添加地点",
  390. "enablePullDownRefresh": false
  391. }
  392. },
  393. {
  394. "path": "likeList/likeList",
  395. "style": {
  396. "navigationBarTitleText": "点赞过的用户",
  397. "enablePullDownRefresh": false
  398. }
  399. },
  400. {
  401. "path": "newsDetail/newsDetail",
  402. "style": {
  403. "navigationBarTitleText": "资讯详情",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "rimDetail/rimDetail",
  409. "style": {
  410. "navigationBarTitleText": "周边详情",
  411. "enablePullDownRefresh": false
  412. }
  413. },
  414. {
  415. "path": "newsList/newsList",
  416. "style": {
  417. "navigationBarTitleText": "招商资讯",
  418. "enablePullDownRefresh": false
  419. }
  420. },
  421. {
  422. "path": "tweetDetail/tweetDetail",
  423. "style": {
  424. "navigationBarTitleText": "推文详情",
  425. "enablePullDownRefresh": false
  426. }
  427. },
  428. {
  429. "path": "level/level",
  430. "style": {
  431. "navigationBarTitleText": "等级介绍",
  432. "enablePullDownRefresh": false
  433. }
  434. }
  435. ]
  436. }
  437. ],
  438. "tabBar": {
  439. "color": "#A6A6A6",
  440. "selectedColor": "#096562",
  441. "borderStyle": "black",
  442. "backgroundColor": "#ffffff",
  443. "list": [{
  444. "pagePath": "pages/home3/home3",
  445. "iconPath": "static/images/index.png",
  446. "selectedIconPath": "static/images/index-active.png",
  447. "text": "首页"
  448. },
  449. {
  450. "pagePath": "pages/community/community",
  451. "iconPath": "static/images/community.png",
  452. "selectedIconPath": "static/images/community-active.png",
  453. "text": "攻略"
  454. },
  455. {
  456. "pagePath": "pages/my/my",
  457. "iconPath": "static/images/my.png",
  458. "selectedIconPath": "static/images/my-active.png",
  459. "text": "我的"
  460. }
  461. ]
  462. },
  463. "globalStyle": {
  464. "navigationBarTextStyle": "black",
  465. "navigationBarTitleText": "靖安乡村民宿",
  466. "navigationBarBackgroundColor": "#F8F8F8",
  467. "backgroundColor": "#F8F8F8"
  468. // "usingComponents": {
  469. // "tx-video": "plugin://txvideo/video"
  470. // }
  471. },
  472. "uniIdRouter": {}
  473. }