pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/client/tabBar/home/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/client/tabBar/community/index",
  22. "style": {
  23. "navigationBarTitleText": "社区",
  24. "navigationStyle": "custom",
  25. "onReachBottomDistance": 150,
  26. "enablePullDownRefresh": true
  27. }
  28. },
  29. {
  30. "path": "pages/client/tabBar/message/index",
  31. "style": {
  32. "navigationBarTitleText": "消息",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/client/tabBar/mine/index",
  38. "style": {
  39. "navigationBarTitleText": "我的",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/client/tabBar/promotionCode/index",
  45. "style": {
  46. "navigationBarTitleText": "推广码",
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "pages/login/phoneLogin",
  52. "style": {
  53. "navigationBarTitleText": "账号登录"
  54. }
  55. },
  56. {
  57. "path": "pages/index",
  58. "style": {
  59. "navigationBarTitleText": "开屏广告",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/webview/index",
  65. "style": {
  66. "navigationBarTitleText": ""
  67. }
  68. }
  69. ],
  70. "subPackages": [
  71. {
  72. "root": "pages/client/clientPackage",
  73. "pages": [
  74. {
  75. "path": "search",
  76. "style": {
  77. "navigationBarTitleText": "搜索"
  78. }
  79. },
  80. {
  81. "path": "category",
  82. "style": {
  83. "navigationBarTitleText": "商家分类"
  84. }
  85. },
  86. {
  87. "path": "storeList",
  88. "style": {
  89. "navigationBarTitleText": "商家列表"
  90. }
  91. },
  92. {
  93. "path": "storeHot",
  94. "style": {
  95. "navigationBarTitleText": "热门推荐"
  96. }
  97. },
  98. {
  99. "path": "storeNearby",
  100. "style": {
  101. "navigationBarTitleText": "附近商家"
  102. }
  103. },
  104. {
  105. "path": "storeDetail",
  106. "style": {
  107. "navigationBarTitleText": "商家详情"
  108. }
  109. },
  110. {
  111. "path": "serviceDetail/index",
  112. "style": {
  113. "navigationBarTitleText": "服务详情"
  114. }
  115. },
  116. {
  117. "path": "uptickOrder",
  118. "style": {
  119. "navigationBarTitleText": "提交订单"
  120. }
  121. },
  122. {
  123. "path": "communityPublish",
  124. "style": {
  125. "navigationBarTitleText": "发布评论"
  126. }
  127. },
  128. {
  129. "path": "settleStatusPage",
  130. "style": {
  131. "navigationBarTitleText": "支付"
  132. }
  133. },
  134. {
  135. "path": "orderAll",
  136. "style": {
  137. "navigationBarTitleText": "我的订单"
  138. }
  139. },
  140. {
  141. "path": "orderDetail",
  142. "style": {
  143. "navigationBarTitleText": "订单详情"
  144. }
  145. },
  146. {
  147. "path": "goodsEstimation",
  148. "style": {
  149. "navigationBarTitleText": "商品评价"
  150. }
  151. },
  152. {
  153. "path": "chatRoom/chat",
  154. "style": {
  155. "navigationBarTitleText": "聊天室"
  156. }
  157. },
  158. {
  159. "path": "message/orderNotice/index",
  160. "style": {
  161. "navigationBarTitleText": "订单通知",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "message/evaluateNotice/index",
  167. "style": {
  168. "navigationBarTitleText": "评价通知",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path": "message/LikeReply/index",
  174. "style": {
  175. "navigationBarTitleText": "点赞回复",
  176. "enablePullDownRefresh": false
  177. }
  178. },
  179. {
  180. "path": "message/benefits/index",
  181. "style": {
  182. "navigationBarTitleText": "优惠福利",
  183. "enablePullDownRefresh": false
  184. }
  185. }
  186. ]
  187. },
  188. {
  189. "root": "pages/client/clientUser",
  190. "pages": [
  191. {
  192. "path": "collectList",
  193. "style": {
  194. "navigationBarTitleText": "我的收藏"
  195. }
  196. },
  197. {
  198. "path": "cart/index",
  199. "style": {
  200. "navigationBarTitleText": "购物车"
  201. }
  202. },
  203. {
  204. "path": "myScore/index",
  205. "style": {
  206. "navigationBarTitleText": "我的积分"
  207. }
  208. },
  209. {
  210. "path": "inquiryList",
  211. "style": {
  212. "navigationBarTitleText": "询价列表"
  213. }
  214. },
  215. {
  216. "path": "inquiry",
  217. "style": {
  218. "navigationBarTitleText": "询价"
  219. }
  220. },
  221. {
  222. "path": "coupon",
  223. "style": {
  224. "navigationBarTitleText": "优惠券"
  225. }
  226. },
  227. {
  228. "path": "myProfit",
  229. "style": {
  230. "navigationBarTitleText": "我的收益"
  231. }
  232. },
  233. {
  234. "path": "withdraw",
  235. "style": {
  236. "navigationBarTitleText": "余额提现"
  237. }
  238. },
  239. {
  240. "path": "mine/appoint/appoint",
  241. "style": {
  242. "navigationBarTitleText": "预约列表"
  243. }
  244. },
  245. {
  246. "path": "myGroup",
  247. "style": {
  248. "navigationBarTitleText": "我的团队"
  249. }
  250. },
  251. {
  252. "path": "mine/setting/aboutMine",
  253. "style": {
  254. "navigationBarTitleText": "关于我们"
  255. }
  256. },
  257. {
  258. "path": "mine/setting/feedback",
  259. "style": {
  260. "navigationBarTitleText": "意见反馈"
  261. }
  262. },
  263. {
  264. "path": "serviceCenter",
  265. "style": {
  266. "navigationBarTitleText": "联系客服"
  267. }
  268. },
  269. {
  270. "path": "serviceCenterDetail",
  271. "style": {
  272. "navigationBarTitleText": "问题详情"
  273. }
  274. },
  275. {
  276. "path": "personal",
  277. "style": {
  278. "navigationBarTitleText": "个人中心"
  279. }
  280. },
  281. {
  282. "path": "mine/setting/personInfo",
  283. "style": {
  284. "navigationBarTitleText": "个人资料"
  285. }
  286. },
  287. {
  288. "path": "mine/setting",
  289. "style": {
  290. "navigationBarTitleText": "设置"
  291. }
  292. }
  293. ]
  294. },
  295. {
  296. "root": "pages/merchant",
  297. "pages": [
  298. {
  299. "path": "extend/index",
  300. "style": {
  301. "navigationBarTitleText": "推广",
  302. "navigationStyle": "custom"
  303. }
  304. },
  305. {
  306. "path": "mine/index",
  307. "style": {
  308. "navigationBarTitleText": "我的",
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "mine/setting/index",
  314. "style": {
  315. "navigationBarTitleText": "设置",
  316. "navigationStyle": "default"
  317. }
  318. },
  319. {
  320. "path": "mine/setting/accountSafety",
  321. "style": {
  322. "navigationBarTitleText": "账号与安全"
  323. }
  324. },
  325. {
  326. "path": "mine/setting/bindPhoneAndEmail",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. },
  331. {
  332. "path": "mine/setting/phoneAndEmail",
  333. "style": {
  334. "navigationBarTitleText": ""
  335. }
  336. },
  337. {
  338. "path": "mine/setting/privacyPolicy",
  339. "style": {
  340. "navigationBarTitleText": ""
  341. }
  342. },
  343. {
  344. "path": "mine/openStore/index",
  345. "style": {
  346. "navigationBarTitleText": "我要开店",
  347. "navigationStyle": "default"
  348. }
  349. },
  350. {
  351. "path": "mine/openStore/storeInformation",
  352. "style": {
  353. "navigationBarTitleText": "1/3门店信息",
  354. "navigationStyle": "default"
  355. }
  356. },
  357. {
  358. "path": "mine/openStore/corporateInformation",
  359. "style": {
  360. "navigationBarTitleText": "2/3法人信息"
  361. }
  362. },
  363. {
  364. "path": "mine/openStore/messageSubmit",
  365. "style": {
  366. "navigationBarTitleText": "审核信息"
  367. }
  368. },
  369. {
  370. "path": "mine/openStore/openStoreAppealDetail",
  371. "style": {
  372. "navigationBarTitleText": "资质信息"
  373. }
  374. },
  375. {
  376. "path": "mine/openStore/qualificationInformation",
  377. "style": {
  378. "navigationBarTitleText": "2/3资质信息"
  379. }
  380. },
  381. {
  382. "path": "message/index",
  383. "style": {
  384. "navigationBarTitleText": "消息",
  385. "navigationStyle": "custom"
  386. }
  387. },
  388. {
  389. "path": "message/systemNotice",
  390. "style": {
  391. "navigationBarTitleText": "订单",
  392. "navigationStyle": "custom"
  393. }
  394. },
  395. {
  396. "path": "store/index",
  397. "style": {
  398. "navigationBarTitleText": "店铺",
  399. "navigationStyle": "custom"
  400. }
  401. },
  402. {
  403. "path": "store/evaluateBack",
  404. "style": {
  405. "navigationBarTitleText": "回复评价"
  406. }
  407. },
  408. {
  409. "path": "store/evaluateManagement",
  410. "style": {
  411. "navigationBarTitleText": "评价管理"
  412. }
  413. },
  414. {
  415. "path": "store/myTeam",
  416. "style": {
  417. "navigationBarTitleText": "我的团队"
  418. }
  419. },
  420. {
  421. "path": "store/shopManage",
  422. "style": {
  423. "navigationBarTitleText": "店铺管理"
  424. }
  425. },
  426. {
  427. "path": "store/appointList",
  428. "style": {
  429. "navigationBarTitleText": "预约列表"
  430. }
  431. },
  432. {
  433. "path": "order/index",
  434. "style": {
  435. "navigationBarTitleText": "订单",
  436. "navigationStyle": "custom"
  437. }
  438. }
  439. ]
  440. }
  441. ],
  442. "tabBar": {
  443. "color": "#999999",
  444. "selectedColor": "#42b2fa",
  445. "borderStyle": "black",
  446. "backgroundColor": "#ffffff",
  447. "list": [
  448. {
  449. "pagePath": "pages/client/tabBar/home/index"
  450. },
  451. {
  452. "pagePath": "pages/client/tabBar/community/index"
  453. },
  454. {
  455. "pagePath": "pages/client/tabBar/message/index"
  456. },
  457. {
  458. "pagePath": "pages/client/tabBar/mine/index"
  459. }
  460. ]
  461. },
  462. "globalStyle": {
  463. "navigationBarTextStyle": "black",
  464. "navigationBarTitleText": "uni-app",
  465. "navigationBarBackgroundColor": "#F8F8F8",
  466. "backgroundColor": "#F8F8F8"
  467. },
  468. "condition": {
  469. //模式配置,仅开发期间生效
  470. "current": 0, //当前激活的模式(list 的索引项)
  471. "list": [
  472. {
  473. "name": "", //模式名称
  474. "path": "", //启动页面,必选
  475. "query": "" //启动参数,在页面的onLoad函数里面得到
  476. }
  477. ]
  478. }
  479. }