pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/login/regulation",
  19. "style": {
  20. "navigationBarTitleText": "使用条款",
  21. "navigationStyle": "custom"
  22. }
  23. }
  24. ],
  25. "subPackages": [
  26. {
  27. "root": "center",
  28. "pages": [
  29. {
  30. "path": "center",
  31. "style": {
  32. "navigationBarTitleText": "我的",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "factorauth",
  38. "style": {
  39. "navigationBarTitleText": "实名认证",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "memberinfo",
  45. "style": {
  46. "navigationBarTitleText": "用户信息",
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "addrlist",
  52. "style": {
  53. "navigationBarTitleText": "收获地址管理",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "addrForm",
  59. "style": {
  60. "navigationBarTitleText": "新增收获地址",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "map",
  66. "style": {
  67. "navigationBarTitleText": "选择地址",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "recharge",
  73. "style": {
  74. "navigationBarTitleText": "充值中心",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "rechargesuccess",
  80. "style": {
  81. "navigationBarTitleText": "充值成功",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "setPaypass",
  87. "style": {
  88. "navigationBarTitleText": "设置支付密码",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "mybalance",
  94. "style": {
  95. "navigationBarTitleText": "我的余额",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "dealList",
  101. "style": {
  102. "navigationBarTitleText": "交易明细",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "findpaypass",
  108. "style": {
  109. "navigationBarTitleText": "找回支付密码",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "paycode",
  115. "style": {
  116. "navigationBarTitleText": "支付码",
  117. "navigationStyle": "custom"
  118. }
  119. }
  120. ]
  121. },
  122. {
  123. "root": "shopping",
  124. "pages": [
  125. {
  126. "path": "productList",
  127. "style": {
  128. "navigationBarTitleText": "产品",
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "productsearch",
  134. "style": {
  135. "navigationBarTitleText": "产品搜索",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "searchhistory",
  141. "style": {
  142. "navigationBarTitleText": "搜索历史",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "producTypetList",
  148. "style": {
  149. "navigationBarTitleText": "产品",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "productdetails",
  155. "style": {
  156. "navigationBarTitleText": "产品详情",
  157. "enableShareAppMessage": true, // 允许分享
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "addcomment",
  163. "style": {
  164. "navigationBarTitleText": "商品评价",
  165. "navigationStyle": "custom"
  166. }
  167. },
  168. {
  169. "path": "viewcomment",
  170. "style": {
  171. "navigationBarTitleText": "商品评价",
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "comment",
  177. "style": {
  178. "navigationBarTitleText": "商品评价",
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "cart",
  184. "style": {
  185. "navigationBarTitleText": "购物车",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path": "submitorder",
  191. "style": {
  192. "navigationBarTitleText": "购物车",
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "pay",
  198. "style": {
  199. "navigationBarTitleText": "收银台",
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "paysuccess",
  205. "style": {
  206. "navigationBarTitleText": "支付成功",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "order",
  212. "style": {
  213. "navigationBarTitleText": "我的订单",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "orderdetails",
  219. "style": {
  220. "navigationBarTitleText": "订单详情",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "distribution",
  226. "style": {
  227. "navigationBarTitleText": "物流详情",
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "evaluate",
  233. "style": {
  234. "navigationBarTitleText": "评价",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "refund",
  240. "style": {
  241. "navigationBarTitleText": "申请退款",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "viewRefund",
  247. "style": {
  248. "navigationBarTitleText": "查看退款",
  249. "navigationStyle": "custom"
  250. }
  251. }
  252. ]
  253. },
  254. {
  255. "root": "xushuo",
  256. "pages": [
  257. {
  258. "path": "xushuo",
  259. "style": {
  260. "navigationBarTitleText": "关于旭烁",
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "about",
  266. "style": {
  267. "navigationBarTitleText": "关于旭烁",
  268. "navigationStyle": "custom"
  269. }
  270. },
  271. {
  272. "path": "xushuoproduct",
  273. "style": {
  274. "navigationBarTitleText": "旭烁商行",
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "dynamic",
  280. "style": {
  281. "navigationBarTitleText": "旭烁动态",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "dynamicdetails",
  287. "style": {
  288. "navigationBarTitleText": "动态详情",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "vrlist",
  294. "style": {
  295. "navigationBarTitleText": "VR实景",
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "cooperation",
  301. "style": {
  302. "navigationBarTitleText": "合作加盟",
  303. "navigationStyle": "custom"
  304. }
  305. },
  306. {
  307. "path": "experience",
  308. "style": {
  309. "navigationBarTitleText": "体验店简介",
  310. "navigationStyle": "custom"
  311. }
  312. }
  313. ]
  314. },
  315. {
  316. "root": "credits",
  317. "pages": [
  318. {
  319. "path": "credits",
  320. "style": {
  321. "navigationBarTitleText": "积分商城",
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path": "regulation",
  327. "style": {
  328. "navigationBarTitleText": "积分规则",
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path": "creditslist",
  334. "style": {
  335. "navigationBarTitleText": "积分明细",
  336. "navigationStyle": "custom"
  337. }
  338. }
  339. ]
  340. }
  341. ],
  342. "preloadRule": {
  343. "shopping/productList": {
  344. "network": "all",
  345. "packages": ["__APP__"]
  346. },
  347. "xushuo/xushuo": {
  348. "network": "all",
  349. "packages": ["__APP__"]
  350. }
  351. },
  352. "globalStyle": {
  353. "navigationBarTextStyle": "black",
  354. "navigationBarTitleText": "uni-app",
  355. "navigationBarBackgroundColor": "#F8F8F8",
  356. "backgroundColor": "#F8F8F8"
  357. },
  358. "uniIdRouter": {}
  359. }