pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. {
  2. "pages": [{
  3. "path": "pages/home/index",
  4. "style": {
  5. // #ifndef MP
  6. "navigationStyle": "custom",
  7. "app-plus": {
  8. "titleNView": false
  9. },
  10. // #endif
  11. // #ifdef MP
  12. "navigationBarBackgroundColor": "#ff629f",
  13. "navigationBarTextStyle": "white",
  14. // #endif
  15. "navigationBarTitleText": "小井康泉"
  16. }
  17. },
  18. {
  19. "path": "pages/home/cart",
  20. "style": {
  21. // #ifndef MP-WEIXIN
  22. "navigationStyle": "custom",
  23. // #endif
  24. "navigationBarTitleText": "购物车"
  25. }
  26. },
  27. {
  28. "path": "pages/home/order",
  29. "style": {
  30. // #ifndef MP-WEIXIN
  31. "navigationStyle": "custom",
  32. // #endif
  33. "navigationBarTitleText": "订单"
  34. }
  35. },
  36. {
  37. "path": "pages/home/category",
  38. "style": {
  39. // #ifdef APP-PLUS
  40. "navigationStyle": "custom",
  41. // #endif
  42. // #ifndef MP
  43. "app-plus": {
  44. "bounce": "none",
  45. "titleNView": {
  46. "searchInput": {
  47. "backgroundColor": "rgba(231, 231, 231,.7)",
  48. "borderRadius": "16px",
  49. "placeholder": "商品搜索",
  50. "disabled": true,
  51. "placeholderColor": "#606266",
  52. "align": "left"
  53. }
  54. }
  55. },
  56. // #endif
  57. "navigationBarTitleText": "分类"
  58. }
  59. },
  60. {
  61. "path": "pages/home/user",
  62. "style": {
  63. "navigationStyle": "custom",
  64. "navigationBarTitleText": "个人中心"
  65. }
  66. }
  67. ],
  68. "subPackages": [{
  69. "root": "pages/water",
  70. "name": "water",
  71. "pages": [{
  72. "path": "/waterList",
  73. "style": {
  74. "navigationBarTitleText": "充水票"
  75. }
  76. },
  77. {
  78. "path": "/waterDetail",
  79. "style": {
  80. "navigationBarTitleText": "水票购买"
  81. }
  82. }]
  83. },
  84. {
  85. "root": "pages/order",
  86. "name": "order",
  87. "pages": [{
  88. "path": "/orderAfter",
  89. "style": {
  90. "navigationBarTitleText": "售后管理"
  91. }
  92. },
  93. {
  94. "path": "/orderDetail",
  95. "style": {
  96. "navigationBarTitleText": "订单详情",
  97. "app-plus": {
  98. "bounce": "none"
  99. }
  100. }
  101. },
  102. // {
  103. // "path": "/evaluate",
  104. // "style": {
  105. // "navigationBarTitleText": "评论"
  106. // }
  107. // },
  108. {
  109. "path": "/orderRefund",
  110. "style": {
  111. "navigationBarTitleText": "申请退款"
  112. }
  113. },
  114. {
  115. "path": "/createOrder",
  116. "style": {
  117. "navigationBarTitleText": "创建订单"
  118. }
  119. },
  120. {
  121. "path": "/shopList",
  122. "style": {
  123. "navigationBarTitleText": "门店列表"
  124. }
  125. }
  126. ]
  127. },
  128. {
  129. "root": "pages/product",
  130. "name": "product",
  131. "pages": [
  132. // {
  133. // "path": "/reply",
  134. // "style": {
  135. // "navigationBarTitleText": "商品评价",
  136. // "app-plus": {
  137. // "titleNView": {
  138. // "type": "transparent"
  139. // }
  140. // }
  141. // }
  142. // },
  143. {
  144. "path": "/product",
  145. "style": {
  146. "navigationBarTitleText": "详情展示",
  147. "app-plus": {
  148. "titleNView": {
  149. "type": "transparent"
  150. }
  151. }
  152. }
  153. },
  154. {
  155. "path": "/showImg",
  156. "style": {
  157. "navigationBarTitleText": "图片预览",
  158. "app-plus": {
  159. "animationType": "fade-in",
  160. "titleNView": {
  161. "type": "transparent"
  162. },
  163. "animationDuration": 300
  164. }
  165. }
  166. },
  167. // {
  168. // "path": "/seckill",
  169. // "style": {
  170. // "navigationBarTitleText": "限时秒杀"
  171. // }
  172. // },
  173. // {
  174. // "path": "/list",
  175. // "style": {
  176. // "enablePullDownRefresh": true,
  177. // "navigationBarTitleText": "商品列表"
  178. // }
  179. // },
  180. {
  181. "path": "/search",
  182. "style": {
  183. "enablePullDownRefresh": true,
  184. // #ifdef APP-PLUS
  185. "navigationStyle": "custom",
  186. // #endif
  187. // #ifndef MP || APP-PLUS
  188. "app-plus": {
  189. "titleNView": {
  190. "searchInput": {
  191. "backgroundColor": "rgba(231, 231, 231,.7)",
  192. "borderRadius": "16px",
  193. "placeholder": "请输入关键字",
  194. "disabled": false,
  195. "placeholderColor": "#606266",
  196. "align": "left"
  197. },
  198. "buttons": [{
  199. "text": "搜索",
  200. "fontSize": "14",
  201. "color": "#303133",
  202. "background": "rgba(0,0,0,0)",
  203. "width": "40px"
  204. }]
  205. }
  206. },
  207. // #endif
  208. "navigationBarTitleText": "搜索"
  209. }
  210. }
  211. // {
  212. // "path": "pages/product/classify",
  213. // "style": {
  214. // "navigationStyle": "custom",
  215. // "app-plus": {
  216. // "titleNView": {
  217. // "type": "transparent"
  218. // }
  219. // }
  220. // }
  221. // },
  222. ]
  223. },
  224. {
  225. "root": "pages/user",
  226. "name": "user",
  227. "pages": [{
  228. "path": "realName/realNameAuthentication",
  229. "style": {
  230. "navigationBarTitleText": "实名认证"
  231. }
  232. },
  233. {
  234. "path": "realName/cropper",
  235. "style": {
  236. "navigationBarTitleText": "图片裁切"
  237. }
  238. },
  239. {
  240. "path": "myteam",
  241. "style": {
  242. "navigationBarTitleText": "我的团队"
  243. }
  244. },
  245. {
  246. "path": "teamph",
  247. "style": {
  248. "navigationBarTitleText": "我的团队"
  249. }
  250. },
  251. {
  252. "path": "award/award",
  253. "style": {
  254. "navigationBarTitleText": "佣金",
  255. "navigationBarBackgroundColor": "#f6ab0b",
  256. "navigationBarTextStyle": "white"
  257. }
  258. },
  259. {
  260. "path": "award/awardList",
  261. "style": {
  262. "navigationBarTitleText": "佣金明细"
  263. }
  264. },
  265. {
  266. "path": "award/withdrawal",
  267. "style": {
  268. "navigationBarTitleText": "提现"
  269. }
  270. },
  271. {
  272. "path": "money/pay",
  273. "style": {
  274. "navigationBarTitleText": "支付",
  275. "navigationBarBackgroundColor": "#0BBB62",
  276. "navigationBarTextStyle": "white"
  277. }
  278. },
  279. {
  280. "path": "money/paySuccess",
  281. "style": {
  282. "navigationBarTitleText": "支付成功"
  283. }
  284. },
  285. {
  286. "path": "money/wallet",
  287. "style": {
  288. "navigationBarTitleText": "我的钱包",
  289. "navigationBarBackgroundColor": "#0BBB62",
  290. "navigationBarTextStyle": "white"
  291. }
  292. },
  293. {
  294. "path": "money/walletList",
  295. "style": {
  296. "navigationBarTitleText": "余额明细"
  297. }
  298. },
  299. {
  300. "path": "award/account",
  301. "style": {
  302. "navigationBarTitleText": "提现账号"
  303. }
  304. },
  305. {
  306. "path": "money/recharge",
  307. "style": {
  308. "navigationBarTitleText": "充值",
  309. "navigationBarBackgroundColor": "#0BBB62",
  310. "navigationBarTextStyle": "white"
  311. }
  312. },
  313. {
  314. "path": "shareQrCode",
  315. "style": {
  316. "navigationBarTitleText": "邀请好友"
  317. }
  318. },
  319. {
  320. "path": "model/modelrz",
  321. "style": {
  322. "navigationBarTitleText": "资料认证"
  323. }
  324. },
  325. {
  326. "path": "model/model",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. },
  331. {
  332. "path": "model/modelList",
  333. "style": {
  334. "navigationBarTitleText": "模板列表"
  335. }
  336. },
  337. {
  338. "path": "model/mymodellist",
  339. "style": {
  340. "navigationBarTitleText": "我的模板"
  341. }
  342. },
  343. {
  344. "path": "model/shoprz",
  345. "style": {
  346. "navigationBarTitleText": "平台认证"
  347. }
  348. },
  349. {
  350. "path": "model/phb",
  351. "style": {
  352. "navigationBarTitleText": "排行榜"
  353. }
  354. }
  355. ]
  356. }, {
  357. "root": "pages/set",
  358. "name": "set",
  359. "pages": [{
  360. "path": "set",
  361. "style": {
  362. "navigationBarTitleText": "设置"
  363. }
  364. },
  365. {
  366. "path": "address",
  367. "style": {
  368. "navigationBarTitleText": "收货地址"
  369. }
  370. },
  371. {
  372. "path": "addressManage",
  373. "style": {
  374. "navigationBarTitleText": ""
  375. }
  376. },
  377. {
  378. "path": "phone",
  379. "style": {
  380. "navigationBarTitleText": "手机认证"
  381. }
  382. },
  383. {
  384. "path": "password",
  385. "style": {
  386. "navigationBarTitleText": "修改密码"
  387. }
  388. },
  389. {
  390. "path": "userinfo",
  391. "style": {
  392. "navigationBarTitleText": "修改资料"
  393. }
  394. }
  395. ]
  396. }, {
  397. "root": "pages/public",
  398. "name": "public",
  399. "pages": [
  400. // #ifdef H5
  401. {
  402. "path": "domApp",
  403. "style": {
  404. "navigationBarTitleText": "app下载",
  405. "app-plus": {
  406. "titleNView": false
  407. }
  408. }
  409. },
  410. // #endif
  411. // #ifndef MP
  412. {
  413. "path": "workwork",
  414. "style": {
  415. "navigationBarTitleText": "关于我们"
  416. }
  417. },
  418. // #endif
  419. {
  420. "path": "register",
  421. "style": {
  422. "navigationBarTitleText": "注册",
  423. "app-plus": {
  424. "titleNView": false
  425. }
  426. }
  427. },
  428. {
  429. "path": "phoneLogin",
  430. "style": {
  431. "navigationBarTitleText": "手机登录",
  432. "app-plus": {
  433. "titleNView": false
  434. }
  435. }
  436. },
  437. {
  438. "path": "login",
  439. "style": {
  440. "navigationBarTitleText": "登录",
  441. "app-plus": {
  442. "titleNView": false
  443. }
  444. }
  445. },
  446. // #ifdef MP || H5
  447. {
  448. "path": "wxLogin",
  449. "style": {
  450. "navigationBarTitleText": "微信登录",
  451. "app-plus": {
  452. "titleNView": {
  453. "type": "transparent"
  454. }
  455. }
  456. }
  457. },
  458. // #endif
  459. {
  460. "path": "forget",
  461. "style": {
  462. "navigationBarTitleText": "忘记密码",
  463. "app-plus": {
  464. "titleNView": false
  465. }
  466. }
  467. },
  468. {
  469. "path": "redirect",
  470. "style": {
  471. "navigationBarTitleText": "微信登录跳转页面",
  472. "app-plus": {
  473. "titleNView": false
  474. }
  475. }
  476. },
  477. {
  478. "path": "userAgreement",
  479. "style": {
  480. "navigationBarTitleText": "用户协议"
  481. }
  482. },
  483. {
  484. "path": "privacyAgreement",
  485. "style": {
  486. "navigationBarTitleText": "隐私协议"
  487. }
  488. }
  489. ]
  490. }
  491. ],
  492. "globalStyle": {
  493. "navigationBarTextStyle": "black",
  494. "navigationBarTitleText": "uni-app",
  495. "navigationBarBackgroundColor": "#FFFFFF",
  496. "backgroundColor": "#f8f8f8"
  497. },
  498. "tabBar": {
  499. "color": "#666666",
  500. "selectedColor": "#F65486",
  501. "borderStyle": "black",
  502. "backgroundColor": "#ffffff",
  503. "list": [{
  504. "pagePath": "pages/home/index",
  505. "iconPath": "static/tabBar/tab-home.png",
  506. "selectedIconPath": "static/tabBar/tab-home-current.png",
  507. "text": "首页"
  508. },
  509. {
  510. "pagePath": "pages/category/category",
  511. "iconPath": "static/tabBar/tab-cate.png",
  512. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  513. "text": "分类"
  514. },
  515. {
  516. "pagePath": "pages/home/cart",
  517. "iconPath": "static/tabBar/tab-cart.png",
  518. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  519. "text": "购物车"
  520. },
  521. {
  522. "pagePath": "pages/home/order",
  523. "iconPath": "static/tabBar/tab-order.png",
  524. "selectedIconPath": "static/tabBar/tab-order-current.png",
  525. "text": "订单"
  526. },
  527. {
  528. "pagePath": "pages/home/user",
  529. "iconPath": "static/tabBar/tab-my.png",
  530. "selectedIconPath": "static/tabBar/tab-my-current.png",
  531. "text": "我的"
  532. }
  533. ]
  534. },
  535. "condition": { //模式配置,仅开发期间生效
  536. "current": 0, //当前激活的模式(list 的索引项)
  537. "list": [{
  538. "name": "", //模式名称
  539. "path": "", //启动页面,必选
  540. "query": "" //启动参数,在页面的onLoad函数里面得到
  541. }]
  542. }
  543. }