pages.json 13 KB

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