pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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. "path": "privilege",
  122. "style": {
  123. "navigationBarTitleText": "会员权益",
  124. "navigationStyle": "custom"
  125. }
  126. }
  127. ]
  128. },
  129. {
  130. "root": "shopping",
  131. "pages": [
  132. {
  133. "path": "productList",
  134. "style": {
  135. "navigationBarTitleText": "产品",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "productsearch",
  141. "style": {
  142. "navigationBarTitleText": "产品搜索",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "searchhistory",
  148. "style": {
  149. "navigationBarTitleText": "搜索历史",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "producTypetList",
  155. "style": {
  156. "navigationBarTitleText": "产品",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "productdetails",
  162. "style": {
  163. "navigationBarTitleText": "产品详情",
  164. "enableShareAppMessage": true, // 允许分享
  165. "navigationStyle": "custom"
  166. }
  167. },
  168. {
  169. "path": "addcomment",
  170. "style": {
  171. "navigationBarTitleText": "商品评价",
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "viewcomment",
  177. "style": {
  178. "navigationBarTitleText": "商品评价",
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "comment",
  184. "style": {
  185. "navigationBarTitleText": "商品评价",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path": "cart",
  191. "style": {
  192. "navigationBarTitleText": "购物车",
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "submitorder",
  198. "style": {
  199. "navigationBarTitleText": "购物车",
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "pay",
  205. "style": {
  206. "navigationBarTitleText": "收银台",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "paysuccess",
  212. "style": {
  213. "navigationBarTitleText": "支付成功",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "order",
  219. "style": {
  220. "navigationBarTitleText": "我的订单",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "orderdetails",
  226. "style": {
  227. "navigationBarTitleText": "订单详情",
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "distribution",
  233. "style": {
  234. "navigationBarTitleText": "物流详情",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "evaluate",
  240. "style": {
  241. "navigationBarTitleText": "评价",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "refund",
  247. "style": {
  248. "navigationBarTitleText": "申请退款",
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "viewRefund",
  254. "style": {
  255. "navigationBarTitleText": "查看退款",
  256. "navigationStyle": "custom"
  257. }
  258. }
  259. ]
  260. },
  261. {
  262. "root": "xushuo",
  263. "pages": [
  264. {
  265. "path": "xushuo",
  266. "style": {
  267. "navigationBarTitleText": "关于旭烁",
  268. "navigationStyle": "custom"
  269. }
  270. },
  271. {
  272. "path": "about",
  273. "style": {
  274. "navigationBarTitleText": "关于旭烁",
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "xushuoproduct",
  280. "style": {
  281. "navigationBarTitleText": "旭烁商行",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "dynamic",
  287. "style": {
  288. "navigationBarTitleText": "旭烁动态",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "dynamicdetails",
  294. "style": {
  295. "navigationBarTitleText": "动态详情",
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "vrlist",
  301. "style": {
  302. "navigationBarTitleText": "VR实景",
  303. "navigationStyle": "custom"
  304. }
  305. },
  306. {
  307. "path": "cooperation",
  308. "style": {
  309. "navigationBarTitleText": "合作加盟",
  310. "navigationStyle": "custom"
  311. }
  312. },
  313. {
  314. "path": "experience",
  315. "style": {
  316. "navigationBarTitleText": "体验店简介",
  317. "navigationStyle": "custom"
  318. }
  319. }
  320. ]
  321. },
  322. {
  323. "root": "credits",
  324. "pages": [
  325. {
  326. "path": "credits",
  327. "style": {
  328. "navigationBarTitleText": "积分商城",
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path": "regulation",
  334. "style": {
  335. "navigationBarTitleText": "积分规则",
  336. "navigationStyle": "custom"
  337. }
  338. },
  339. {
  340. "path": "creditslist",
  341. "style": {
  342. "navigationBarTitleText": "积分明细",
  343. "navigationStyle": "custom"
  344. }
  345. }
  346. ]
  347. },
  348. {
  349. "root": "brand",
  350. "pages": [
  351. {
  352. "path": "brand",
  353. "style": {
  354. "navigationBarTitleText": "品牌导览",
  355. "navigationStyle": "custom"
  356. }
  357. },
  358. {
  359. "path": "branddetails",
  360. "style": {
  361. "navigationBarTitleText": "品牌详情",
  362. "navigationStyle": "custom"
  363. }
  364. }
  365. ]
  366. }
  367. ],
  368. "preloadRule": {
  369. "shopping/productList": {
  370. "network": "all",
  371. "packages": ["__APP__"]
  372. },
  373. "xushuo/xushuo": {
  374. "network": "all",
  375. "packages": ["__APP__"]
  376. }
  377. },
  378. "globalStyle": {
  379. "navigationBarTextStyle": "black",
  380. "navigationBarTitleText": "uni-app",
  381. "navigationBarBackgroundColor": "#F8F8F8",
  382. "backgroundColor": "#F8F8F8"
  383. },
  384. "uniIdRouter": {}
  385. }