pages.json 12 KB

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