pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/home/index",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/login/index",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/phoneLogin/index",
  24. "style": {
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/webview/index",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/community/index",
  36. "style": {
  37. "navigationStyle": "custom",
  38. "enablePullDownRefresh": true,
  39. "onReachBottomDistance": 50
  40. }
  41. },
  42. {
  43. "path": "pages/message/index",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/mine/index",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/extend/index",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }
  60. ],
  61. "subPackages": [
  62. {
  63. "root": "pagesHome",
  64. "pages": [
  65. {
  66. "path": "homeAddress/index",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "homeSearch/index",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "evaluateList/index",
  79. "style": {
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "evaluateDetail/index",
  85. "style": {
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "popularNearby/index",
  91. "style": {
  92. "navigationStyle": "custom",
  93. "enablePullDownRefresh": true,
  94. "onReachBottomDistance": 50
  95. }
  96. },
  97. {
  98. "path": "marketer/index",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "productDetail/index",
  105. "style": {
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "settleOrder/index",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "submitOrder/index",
  117. "style": {
  118. "navigationBarTitleText": "提交订单"
  119. }
  120. },
  121. {
  122. "path": "paySuccess/index",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "category/index",
  129. "style": {
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "storeList/index",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. }
  139. ]
  140. },
  141. {
  142. "root": "pagesCommunity",
  143. "pages": [
  144. {
  145. "path": "publishReview/index",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "dynamicDetail/index",
  152. "style": {
  153. "navigationStyle": "custom"
  154. }
  155. }
  156. ]
  157. },
  158. {
  159. "root": "pagesMessage",
  160. "pages": [
  161. {
  162. "path": "orderNotify/index",
  163. "style": {
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "commentNotify/index",
  169. "style": {
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "kudosNotify/index",
  175. "style": {
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "benefitsNotify/index",
  181. "style": {
  182. "navigationStyle": "custom"
  183. }
  184. }
  185. ]
  186. },
  187. {
  188. "root": "PageMine",
  189. "pages": [
  190. {
  191. "path": "orderModules/index",
  192. "style": {
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "applyRefund/index",
  198. "style": {
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "gotoEvaluate/index",
  204. "style": {
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "orderDetail/index",
  210. "style": {
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "orderReserve/index",
  216. "style": {
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "reserveSuccess/index",
  222. "style": {
  223. "navigationStyle": "custom"
  224. }
  225. },
  226. {
  227. "path": "favourite/index",
  228. "style": {
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "shopCar/index",
  234. "style": {
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "coupon/index",
  240. "style": {
  241. "navigationStyle": "custom"
  242. }
  243. },
  244. {
  245. "path": "goodsReserve/index",
  246. "style": {
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path": "myTeam/index",
  252. "style": {
  253. "navigationStyle": "custom"
  254. }
  255. },
  256. {
  257. "path": "serviceCenter/index",
  258. "style": {
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "serviceCenter/serviceDetail",
  264. "style": {
  265. "navigationBarTitleText": "问题详情"
  266. }
  267. },
  268. {
  269. "path": "feedback/index",
  270. "style": {
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "about/index",
  276. "style": {
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "setting/index",
  282. "style": {
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "address/index",
  288. "style": {
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "address/editAddress",
  294. "style": {
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "personInfo/index",
  300. "style": {
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path": "myWallet/index",
  306. "style": {
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "myWallet/walletDetail",
  312. "style": {
  313. "navigationStyle": "custom"
  314. }
  315. }
  316. ]
  317. },
  318. {
  319. "root": "pageMerchant",
  320. "pages": [
  321. {
  322. "path": "index",
  323. "style": {
  324. "navigationStyle": "custom"
  325. }
  326. },
  327. {
  328. "path": "mineModule/personalInfo",
  329. "style": {
  330. "navigationBarTitleText": "店铺信息"
  331. }
  332. },
  333. {
  334. "path": "mineModule/storeEnviron",
  335. "style": {
  336. "navigationBarTitleText": "门店环境"
  337. }
  338. },
  339. {
  340. "path": "mineModule/openStoreAppealDetail",
  341. "style": {
  342. "navigationBarTitleText": "资质信息"
  343. }
  344. },
  345. {
  346. "path": "mineModule/certification/index",
  347. "style": {
  348. "navigationBarTitleText": "我要开店"
  349. }
  350. },
  351. {
  352. "path": "mineModule/certification/storeInformation",
  353. "style": {
  354. "navigationBarTitleText": "1/3门店信息"
  355. }
  356. },
  357. {
  358. "path": "mineModule/certification/corporateInformation",
  359. "style": {
  360. "navigationBarTitleText": "2/3法人信息"
  361. }
  362. },
  363. {
  364. "path": "mineModule/certification/qualificationInformation",
  365. "style": {
  366. "navigationBarTitleText": "2/3资质信息"
  367. }
  368. },
  369. {
  370. "path": "mineModule/certification/messageSubmit",
  371. "style": {
  372. "navigationBarTitleText": "审核信息",
  373. "navigationStyle": "default",
  374. "disableBack": true
  375. }
  376. },
  377. {
  378. "path": "mineModule/certification/openStoreAppealDetail",
  379. "style": {
  380. "navigationBarTitleText": "资质信息"
  381. }
  382. },
  383. {
  384. "path": "mineModule/setting/index",
  385. "style": {
  386. "navigationBarTitleText": "设置"
  387. }
  388. },
  389. {
  390. "path": "storeModule/appointList",
  391. "style": {
  392. "navigationBarTitleText": "预约列表"
  393. }
  394. },
  395. {
  396. "path": "storeModule/couponManage",
  397. "style": {
  398. "navigationBarTitleText": "商品优惠"
  399. }
  400. },
  401. {
  402. "path": "storeModule/evaluateBack",
  403. "style": {
  404. "navigationBarTitleText": "回复评价"
  405. }
  406. },
  407. {
  408. "path": "storeModule/evaluateManagement",
  409. "style": {
  410. "navigationBarTitleText": "评价管理"
  411. }
  412. },
  413. {
  414. "path": "storeModule/myTeam",
  415. "style": {
  416. "navigationBarTitleText": "我的团队"
  417. }
  418. },
  419. {
  420. "path": "storeModule/shopManage",
  421. "style": {
  422. "navigationBarTitleText": "店铺管理"
  423. }
  424. },
  425. {
  426. "path": "storeModule/commodityWriteOff",
  427. "style": {
  428. "navigationBarTitleText": "商品核销"
  429. }
  430. },
  431. {
  432. "path": "storeModule/components/queryWriteOff",
  433. "style": {
  434. "navigationBarTitleText": "查询核销"
  435. }
  436. },
  437. {
  438. "path": "storeModule/components/verificationList",
  439. "style": {
  440. "navigationBarTitleText": "核销记录"
  441. }
  442. },
  443. {
  444. "path": "components/orderDetail",
  445. "style": {
  446. "navigationBarTitleText": "订单详情"
  447. }
  448. },
  449. {
  450. "path": "components/toBeVerified",
  451. "style": {
  452. "navigationBarTitleText": "待核销"
  453. }
  454. },
  455. {
  456. "path": "storeModule/components/verificationStatus",
  457. "style": {
  458. "navigationBarTitleText": "核销状态",
  459. "navigationStyle": "custom"
  460. }
  461. },
  462. {
  463. "path": "mineModule/myPurse/purse",
  464. "style": {
  465. "navigationBarTitleText": "我的钱包"
  466. }
  467. },
  468. {
  469. "path": "mineModule/myPurse/detail",
  470. "style": {
  471. "navigationBarTitleText": "余额明细"
  472. }
  473. }
  474. ]
  475. }
  476. ],
  477. "tabBar": {
  478. "color": "#000000",
  479. "selectedColor": "#215EBE",
  480. "borderStyle": "black",
  481. "list": [
  482. {
  483. "pagePath": "pages/home/index",
  484. "iconPath": "static/tabbar/client/home.png",
  485. "selectedIconPath": "static/tabbar/client/home-select.png",
  486. "text": "首页"
  487. },
  488. {
  489. "pagePath": "pages/community/index",
  490. "iconPath": "static/tabbar/client/community.png",
  491. "selectedIconPath": "static/tabbar/client/community-select.png",
  492. "text": "社区"
  493. },
  494. {
  495. "pagePath": "pages/extend/index",
  496. "iconPath": "static/tabbar/client/rqcode.png",
  497. "selectedIconPath": "static/tabbar/client/rqcode-select.png",
  498. "text": "推广"
  499. },
  500. {
  501. "pagePath": "pages/message/index",
  502. "iconPath": "static/tabbar/client/message.png",
  503. "selectedIconPath": "static/tabbar/client/message-select.png",
  504. "text": "消息"
  505. },
  506. {
  507. "pagePath": "pages/mine/index",
  508. "iconPath": "static/tabbar/client/mine.png",
  509. "selectedIconPath": "static/tabbar/client/mine-select.png",
  510. "text": "我的"
  511. }
  512. ]
  513. },
  514. "globalStyle": {
  515. "navigationBarTextStyle": "black",
  516. "navigationBarTitleText": "uni-app",
  517. "navigationBarBackgroundColor": "#F8F8F8",
  518. "backgroundColor": "#F8F8F8"
  519. },
  520. "condition": {
  521. "current": 0,
  522. "list": [
  523. {
  524. "name": "",
  525. "path": "",
  526. "query": ""
  527. }
  528. ]
  529. }
  530. }