pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabtar/home",
  5. "style": {
  6. "navigationBarTitleText": "店铺信息",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": false
  9. }
  10. },
  11. {
  12. "path": "pages/tabtar/SwitchStores",
  13. "style": {
  14. "navigationBarTitleText": "商场",
  15. "navigationStyle": "custom",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path": "pages/index/index",
  21. "style": {
  22. "navigationBarTitleText": "商家列表",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/tabtar/shop",
  28. "style": {
  29. "navigationBarTitleText": "店铺信息",
  30. "navigationStyle": "custom",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. // {
  35. // "path": "pages/shop/goodSearch",
  36. // "style": {
  37. // "navigationBarTitleText": "搜索",
  38. // "navigationStyle": "custom"
  39. // }
  40. // },
  41. // {
  42. // "path": "pages/shop/goodsList",
  43. // "style": {
  44. // "navigationBarTitleText": "商品列表",
  45. // "navigationStyle": "custom",
  46. // "enablePullDownRefresh": true
  47. // }
  48. // },
  49. {
  50. "path": "pages/goodsType/index",
  51. "style": {
  52. "navigationBarTitleText": "商品分类",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/tabtar/shoppingCart",
  58. "style": {
  59. "navigationBarTitleText": "购物车"
  60. }
  61. },
  62. {
  63. "path": "pages/tabtar/personalCenter",
  64. "style": {
  65. "navigationBarTitleText": "个人中心",
  66. "navigationStyle": "custom",
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/couponCenter/index",
  72. "style": {
  73. "navigationBarTitleText": "优惠券",
  74. "navigationStyle": "custom",
  75. "enablePullDownRefresh": true
  76. }
  77. },
  78. {
  79. "path": "pages/login/wxLogin",
  80. "style": {
  81. "navigationBarTitleText": "微信小程序登录",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. // {
  86. // "path": "pages/login/appLogin",
  87. // "style": {
  88. // "navigationBarTitleText": "app登录",
  89. // "navigationStyle": "custom"
  90. // }
  91. // },
  92. {
  93. "path": "pages/login/otherLogin",
  94. "style": {
  95. "navigationBarTitleText": "其他登录",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/login/bindPhone",
  101. "style": {
  102. "navigationBarTitleText": "绑定手机",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "pages/login/code",
  108. "style": {
  109. "navigationBarTitleText": "验证码",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/protocol/index",
  115. "style": {
  116. "navigationBarTitleText": "协议",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/surePay/surePay",
  122. "style": {
  123. "navigationBarTitleText": "确认订单",
  124. "navigationStyle": "custom"
  125. }
  126. }
  127. ],
  128. "subPackages": [
  129. {
  130. "root": "pages/shop",
  131. "pages": [
  132. {
  133. "path": "content/index",
  134. "style": {
  135. "navigationBarTitleText": "店铺中心",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "content/renew",
  141. "style": {
  142. "navigationBarTitleText": "店铺续费",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "manage/data",
  148. "style": {
  149. "navigationBarTitleText": "经营数据",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "manage/businessDetails",
  155. "style": {
  156. "navigationBarTitleText": "经营明细",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "manage/Settings",
  162. "style": {
  163. "navigationBarTitleText": "结算设置",
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "manage/DebitCard",
  169. "style": {
  170. "navigationBarTitleText": "结算卡信息",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "setting/pattern",
  176. "style": {
  177. "navigationBarTitleText": "模式管理",
  178. "navigationStyle": "custom",
  179. "enablePullDownRefresh": true
  180. }
  181. },
  182. {
  183. "path": "setting/EditPattern",
  184. "style": {
  185. "navigationBarTitleText": "模式管理",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path": "setting/PatternConfig",
  191. "style": {
  192. "navigationBarTitleText": "配置条件",
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "setting/MultipleShop",
  198. "style": {
  199. "navigationBarTitleText": "连锁店",
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "setting/ShopData",
  205. "style": {
  206. "navigationBarTitleText": "数据看板",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "setting/Quota",
  212. "style": {
  213. "navigationBarTitleText": "单笔限额",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "goodsDetails",
  219. "style": {
  220. "navigationBarTitleText": "商品详情",
  221. "navigationStyle": "custom",
  222. "enablePullDownRefresh": true
  223. }
  224. },
  225. {
  226. "path": "mallOrder/index",
  227. "style": {
  228. "navigationBarTitleText": "商城订单",
  229. "enablePullDownRefresh": true,
  230. "navigationBarBackgroundColor": "#f7f7f7"
  231. }
  232. },
  233. {
  234. "path": "writeOff/list",
  235. "style": {
  236. "navigationBarTitleText": "核销管理",
  237. "enablePullDownRefresh": true,
  238. "navigationBarBackgroundColor": "#f7f7f7"
  239. }
  240. },
  241. {
  242. "path": "writeOff/inputCode",
  243. "style": {
  244. "navigationBarTitleText": "输码核销"
  245. }
  246. },
  247. {
  248. "path": "writeOff/result",
  249. "style": {
  250. "navigationBarTitleText": "验证结果"
  251. }
  252. }
  253. ]
  254. },
  255. {
  256. "root": "pages/user",
  257. "pages": [
  258. {
  259. "path": "faq",
  260. "style": {
  261. "navigationBarTitleText": "常见问题",
  262. "navigationStyle": "custom"
  263. }
  264. },
  265. {
  266. "path": "collection",
  267. "style": {
  268. "navigationBarTitleText": "我的收藏",
  269. "navigationStyle": "custom"
  270. }
  271. },
  272. {
  273. "path": "address/addressList",
  274. "style": {
  275. "navigationBarTitleText": "收货地址",
  276. "navigationStyle": "custom"
  277. }
  278. },
  279. {
  280. "path": "address/addEditAddress",
  281. "style": {
  282. "navigationBarTitleText": "添加编辑收货地址",
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "pointsDetails",
  288. "style": {
  289. "navigationBarTitleText": "我的积分",
  290. "navigationStyle": "custom",
  291. "enablePullDownRefresh": true
  292. }
  293. },
  294. {
  295. "path": "wallet/index",
  296. "style": {
  297. "navigationBarTitleText": "我的钱包",
  298. "navigationStyle": "custom"
  299. }
  300. },
  301. {
  302. "path": "myMsg",
  303. "style": {
  304. "navigationBarTitleText": "我的消息",
  305. "navigationStyle": "custom"
  306. }
  307. },
  308. {
  309. "path": "eventDetails",
  310. "style": {
  311. "navigationBarTitleText": ""
  312. }
  313. },
  314. {
  315. "path": "merchant/settleIn",
  316. "style": {
  317. "navigationBarTitleText": "商家入驻",
  318. "navigationStyle": "custom"
  319. }
  320. },
  321. {
  322. "path": "merchant/registerAndAudit",
  323. "style": {
  324. "navigationBarTitleText": "成为商家",
  325. "navigationStyle": "custom"
  326. }
  327. },
  328. {
  329. "path": "pointsList",
  330. "style": {
  331. "navigationBarTitleText": "我的积分",
  332. "navigationStyle": "custom",
  333. "enablePullDownRefresh": true
  334. }
  335. },
  336. {
  337. "path": "wallet/reflect",
  338. "style": {
  339. "navigationBarTitleText": "提现",
  340. "navigationStyle": "custom"
  341. }
  342. },
  343. {
  344. "path": "wallet/reflectList",
  345. "style": {
  346. "navigationBarTitleText": "提现明细",
  347. "navigationStyle": "custom",
  348. "enablePullDownRefresh": true
  349. }
  350. },
  351. {
  352. "path": "wallet/reflectDetails",
  353. "style": {
  354. "navigationBarTitleText": "提现明细详情",
  355. "navigationStyle": "custom",
  356. "enablePullDownRefresh": true
  357. }
  358. }
  359. ]
  360. },
  361. {
  362. "root": "pages/order",
  363. "pages": [
  364. {
  365. "path": "mallOrder/orderList",
  366. "style": {
  367. "navigationBarTitleText": "商城订单列表",
  368. "enablePullDownRefresh": true,
  369. "navigationBarBackgroundColor": "#f7f7f7"
  370. }
  371. },
  372. {
  373. "path": "pay",
  374. "style": {
  375. "navigationBarTitleText": "确认订单",
  376. "navigationStyle": "custom"
  377. }
  378. },
  379. {
  380. "path": "refundType",
  381. "style": {
  382. "navigationBarTitleText": "申请售后"
  383. }
  384. },
  385. {
  386. "path": "applicationDrawback",
  387. "style": {
  388. "navigationBarTitleText": "申请售后"
  389. }
  390. },
  391. {
  392. "path": "orderDetails",
  393. "style": {
  394. "navigationBarTitleText": "订单详情"
  395. }
  396. },
  397. {
  398. "path": "orderblackDetails",
  399. "style": {
  400. "navigationBarTitleText": "售后订单详情"
  401. }
  402. },
  403. {
  404. "path": "logisticsNew",
  405. "style": {
  406. "navigationBarTitleText": "物流信息"
  407. }
  408. },
  409. // {
  410. // "path": "onlineOrder/list",
  411. // "style": {
  412. // "navigationBarTitleText": "在线订单",
  413. // "enablePullDownRefresh": true,
  414. // "navigationBarBackgroundColor": "#f7f7f7"
  415. // }
  416. // },
  417. // {
  418. // "path": "onlineOrder/details",
  419. // "style": {
  420. // "navigationBarTitleText": "在线订单详情"
  421. // }
  422. // },
  423. // {
  424. // "path": "queuingOrders/list",
  425. // "style": {
  426. // "navigationBarTitleText": "排队订单",
  427. // "enablePullDownRefresh": true,
  428. // "navigationBarBackgroundColor": "#f7f7f7"
  429. // }
  430. // },
  431. {
  432. "path": "ConfirmOrder",
  433. "style": {
  434. "navigationBarTitleText": "确认订单",
  435. "navigationStyle": "custom",
  436. "enablePullDownRefresh": false
  437. }
  438. },
  439. {
  440. "path": "OrderParticulars",
  441. "style": {
  442. "navigationBarTitleText": "订单详情",
  443. "navigationStyle": "custom",
  444. "enablePullDownRefresh": false
  445. }
  446. },
  447. {
  448. "path": "OrderPay",
  449. "style": {
  450. "navigationBarTitleText": "订单支付",
  451. "navigationStyle": "custom",
  452. "enablePullDownRefresh": false
  453. }
  454. }
  455. ]
  456. },
  457. {
  458. "root": "pages/setup",
  459. "pages": [
  460. {
  461. "path": "edit",
  462. "style": {
  463. "navigationBarTitleText": "修改资料",
  464. "navigationStyle": "custom"
  465. }
  466. }
  467. ]
  468. },
  469. {
  470. "root": "pages/set",
  471. "pages": [
  472. {
  473. "path": "index",
  474. "style": {
  475. "navigationBarTitleText": "设置"
  476. }
  477. },
  478. {
  479. "path": "payPassword",
  480. "style": {
  481. "navigationBarTitleText": "设置支付密码"
  482. }
  483. },
  484. {
  485. "path": "feedback/index",
  486. "style": {
  487. "navigationBarTitleText": "投诉建议"
  488. }
  489. },
  490. {
  491. "path": "feedback/history",
  492. "style": {
  493. "navigationBarTitleText": "投诉建议",
  494. "navigationBarBackgroundColor": "#F7F7F7"
  495. }
  496. },
  497. {
  498. "path": "feedback/detail",
  499. "style": {
  500. "navigationBarTitleText": "投诉建议"
  501. }
  502. },
  503. {
  504. "path": "updatePhone",
  505. "style": {
  506. "navigationBarTitleText": "更换手机号"
  507. }
  508. }
  509. ]
  510. }
  511. ],
  512. "globalStyle": {
  513. "navigationBarTextStyle": "black",
  514. "navigationBarTitleText": "商城",
  515. "navigationBarBackgroundColor": "#ffffff",
  516. "backgroundColor": "#ffffff"
  517. },
  518. "tabBar": {
  519. "color": "#999999",
  520. "selectedColor": "#2e2e2e",
  521. "borderStyle": "white",
  522. "backgroundColor": "#ffffff",
  523. "fontSize": "14px",
  524. "iconWidth": "24px",
  525. "spacing": "0px",
  526. "height": "55px",
  527. "list": [
  528. {
  529. "pagePath": "pages/tabtar/home",
  530. "iconPath": "static/shop_tabbar_01.png",
  531. "selectedIconPath": "static/shop_select_tabbar_01.png",
  532. "text": "首页"
  533. },
  534. {
  535. "pagePath": "pages/goodsType/index",
  536. "iconPath": "static/shop_tabbar_01.png",
  537. "selectedIconPath": "static/shop_select_tabbar_01.png",
  538. "text": "分类"
  539. },
  540. {
  541. "pagePath": "pages/tabtar/shoppingCart",
  542. "iconPath": "static/shop_tabbar_02.png",
  543. "selectedIconPath": "static/shop_select_tabbar_02.png",
  544. "text": "购物车"
  545. },
  546. {
  547. "pagePath": "pages/tabtar/personalCenter",
  548. "iconPath": "static/shop_tabbar_03.png",
  549. "selectedIconPath": "static/shop_select_tabbar_03.png",
  550. "text": "个人中心"
  551. }
  552. ]
  553. },
  554. "uniIdRouter": {}
  555. }