pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. {
  2. "pages" : [
  3. {
  4. "path" : "pages/index/index",
  5. "style" : {
  6. "enablePullDownRefresh" : true,
  7. // #ifdef MP
  8. "navigationBarTitleText" : "八十一坊商城",
  9. //"navigationStyle": "custom",
  10. // #endif
  11. "app-plus" : {
  12. "titleNView" : {
  13. "titleText" : "八十一坊商城"
  14. }
  15. }
  16. }
  17. },
  18. //"type": "transparent"
  19. // "searchInput": {
  20. // "backgroundColor": "rgba(231, 231, 231,.7)",
  21. // "borderRadius": "16px",
  22. // "placeholder": "请输入地址 如:大钟寺",
  23. // "disabled": true,
  24. // "placeholderColor": "#606266"
  25. // },
  26. // "buttons": [{
  27. // "fontSrc": "/static/yticon.ttf",
  28. // "text": "\ue60d",
  29. // "fontSize": "26",
  30. // "color": "#303133",
  31. // "float": "left",
  32. // "background": "rgba(0,0,0,0)"
  33. // },
  34. // {
  35. // "fontSrc": "/static/yticon.ttf",
  36. // "text": "\ue744",
  37. // "fontSize": "27",
  38. // "color": "#303133",
  39. // "background": "rgba(0,0,0,0)",
  40. // "redDot": true
  41. // }
  42. // ]
  43. {
  44. "path" : "pages/product/product",
  45. "style" : {
  46. "navigationBarTitleText" : "详情展示",
  47. "enablePullDownRefresh" : true,
  48. "app-plus" : {
  49. "titleNView" : {
  50. "type" : "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path" : "pages/set/set",
  57. "style" : {
  58. "navigationBarTitleText" : "设置"
  59. }
  60. },
  61. {
  62. "path" : "pages/userinfo/userinfo",
  63. "style" : {
  64. "navigationBarTitleText" : "修改资料"
  65. }
  66. },
  67. {
  68. "path" : "pages/cart/cart",
  69. "style" : {
  70. "enablePullDownRefresh" : true,
  71. "navigationBarTitleText" : "购物车"
  72. }
  73. },
  74. {
  75. "path" : "pages/public/login",
  76. "style" : {
  77. "navigationBarTitleText" : "",
  78. "navigationStyle" : "custom",
  79. "app-plus" : {
  80. "titleNView" : false,
  81. "animationType" : "slide-in-bottom"
  82. }
  83. }
  84. },
  85. {
  86. "path" : "pages/public/register",
  87. "style" : {
  88. "navigationBarTitleText" : "",
  89. "navigationStyle" : "custom",
  90. "app-plus" : {
  91. "titleNView" : false,
  92. "animationType" : "slide-in-bottom"
  93. }
  94. }
  95. },
  96. {
  97. "path" : "pages/user/user",
  98. "style" : {
  99. "navigationBarTitleText" : "我的",
  100. // #ifdef MP
  101. "navigationStyle" : "custom",
  102. // #endif
  103. "app-plus" : {
  104. "bounce" : "none",
  105. "titleNView" : {
  106. "type" : "transparent"
  107. }
  108. }
  109. }
  110. },
  111. // "buttons": [{
  112. // "fontSrc": "/static/yticon.ttf",
  113. // "text": "\ue60f",
  114. // "fontSize": "24",
  115. // "color": "#303133",
  116. // "width": "46px",
  117. // "background": "rgba(0,0,0,0)"
  118. // },
  119. // {
  120. // "fontSrc": "/static/yticon.ttf",
  121. // "text": "\ue744",
  122. // "fontSize": "28",
  123. // "color": "#303133",
  124. // "background": "rgba(0,0,0,0)",
  125. // "redDot": true
  126. // }
  127. // ]
  128. {
  129. "path" : "pages/order/order",
  130. "style" : {
  131. "navigationBarTitleText" : "我的订单",
  132. "enablePullDownRefresh" : true,
  133. "app-plus" : {
  134. "bounce" : "none"
  135. }
  136. }
  137. },
  138. {
  139. "path" : "pages/order/express",
  140. "style" : {
  141. "navigationBarTitleText" : "查看物流",
  142. "enablePullDownRefresh" : true,
  143. "app-plus" : {
  144. "bounce" : "none"
  145. }
  146. }
  147. },
  148. {
  149. "path" : "pages/order/orderDetail",
  150. "style" : {
  151. "enablePullDownRefresh" : true,
  152. "navigationBarTitleText" : "订单详情",
  153. "app-plus" : {
  154. "bounce" : "none",
  155. "titleNView" : {
  156. "type" : "transparent"
  157. }
  158. }
  159. }
  160. },
  161. {
  162. "path" : "pages/money/money",
  163. "style" : {}
  164. },
  165. {
  166. "path" : "pages/order/createOrder",
  167. "style" : {
  168. "navigationBarTitleText" : "创建订单"
  169. }
  170. },
  171. {
  172. "path" : "pages/address/address",
  173. "style" : {
  174. "navigationBarTitleText" : "收货地址"
  175. }
  176. },
  177. {
  178. "path" : "pages/address/addressManage",
  179. "style" : {
  180. "navigationBarTitleText" : ""
  181. }
  182. },
  183. {
  184. "path" : "pages/store/index",
  185. "style" : {
  186. "navigationBarTitleText" : "选择网点"
  187. }
  188. },
  189. {
  190. "path" : "pages/money/pay",
  191. "style" : {
  192. "navigationBarTitleText" : "支付"
  193. }
  194. },
  195. {
  196. "path" : "pages/money/paySuccess",
  197. "style" : {
  198. "navigationBarTitleText" : "支付成功"
  199. }
  200. },
  201. {
  202. "path" : "pages/notice/notice",
  203. "style" : {
  204. "navigationBarTitleText" : "通知"
  205. }
  206. },
  207. {
  208. "path" : "pages/category/category",
  209. "style" : {
  210. "navigationBarTitleText" : "分类",
  211. "enablePullDownRefresh" : true,
  212. "app-plus" : {
  213. "bounce" : "none"
  214. }
  215. }
  216. },
  217. {
  218. "path" : "pages/product/list",
  219. "style" : {
  220. "enablePullDownRefresh" : true,
  221. "navigationBarTitleText" : "商品列表"
  222. }
  223. },
  224. {
  225. "path" : "pages/flash/list",
  226. "style" : {
  227. "enablePullDownRefresh" : true,
  228. "navigationBarTitleText" : "限时秒杀"
  229. }
  230. },
  231. {
  232. "path" : "pages/term/index",
  233. "style" : {
  234. "enablePullDownRefresh" : true,
  235. "navigationBarTitleText" : "我的团队"
  236. }
  237. },
  238. {
  239. "path" : "pages/term/manage",
  240. "style" : {
  241. "navigationBarTitleText" : "团队管理"
  242. }
  243. },
  244. {
  245. "path" : "pages/wallet/index",
  246. "style" : {
  247. "navigationBarTitleText" : "我的钱包",
  248. "navigationStyle" : "custom"
  249. }
  250. },
  251. {
  252. "path" : "pages/wallet/cashlist",
  253. "style" : {
  254. "navigationBarTitleText" : "提现记录"
  255. }
  256. },
  257. {
  258. "path" : "pages/wallet/paylist",
  259. "style" : {
  260. "navigationBarTitleText" : "账单明细"
  261. }
  262. },
  263. {
  264. "path" : "pages/wallet/integral",
  265. "style" : {
  266. "navigationBarTitleText" : "积分明细"
  267. }
  268. },
  269. {
  270. "path" : "pages/Withdrawal/index",
  271. "style" : {
  272. "navigationBarTitleText" : "佣金提现"
  273. }
  274. },
  275. {
  276. "path" : "pages/Withdrawal/addbank",
  277. "style" : {
  278. "navigationBarTitleText" : "添加银行卡"
  279. }
  280. },
  281. {
  282. "path" : "pages/Withdrawal/banklist",
  283. "style" : {
  284. "navigationBarTitleText" : "银行卡列表"
  285. }
  286. },
  287. {
  288. "path" : "pages/intergalShop/index",
  289. "style" : {
  290. "navigationBarTitleText" : "积分商城",
  291. "navigationStyle" : "custom"
  292. }
  293. },
  294. {
  295. "path" : "pages/intergalShop/goodsDetail",
  296. "style" : {
  297. "navigationBarTitleText" : "商品详情"
  298. }
  299. },
  300. {
  301. "path" : "pages/intergalShop/confirm",
  302. "style" : {
  303. "navigationBarTitleText" : "确认订单"
  304. }
  305. },
  306. {
  307. "path" : "pages/intergalShop/orderDetail",
  308. "style" : {
  309. "navigationBarTitleText" : "订单详情"
  310. }
  311. },
  312. {
  313. "path" : "pages/intergalShop/logs",
  314. "style" : {
  315. "navigationBarTitleText" : "我的兑换"
  316. }
  317. },
  318. {
  319. "path" : "pages/article/index",
  320. "style" : {
  321. "navigationBarTitleText" : "酱本之源"
  322. }
  323. },
  324. {
  325. "path" : "pages/article/detail",
  326. "style" : {
  327. "navigationBarTitleText" : "文章详情"
  328. }
  329. },
  330. {
  331. "path" : "pages/activity/locList",
  332. "style" : {
  333. "navigationBarTitleText" : "品酒网点"
  334. }
  335. },
  336. {
  337. "path" : "pages/activity/detail",
  338. "style" : {
  339. "navigationBarTitleText" : "活动详情"
  340. }
  341. },
  342. {
  343. "path" : "pages/activity/memberlist",
  344. "style" : {
  345. "navigationBarTitleText" : "活动报名人员"
  346. }
  347. },
  348. {
  349. "path" : "pages/poster/index",
  350. "style" : {
  351. "enablePullDownRefresh" : true,
  352. "navigationBarTitleText" : "我的海报"
  353. }
  354. },
  355. {
  356. "path" : "pages/bindteam/index",
  357. "style" : {
  358. "navigationStyle" : "custom"
  359. }
  360. },
  361. {
  362. "path" : "pages/admin/index",
  363. "style" : {
  364. "navigationBarTitleText" : "后台管理",
  365. "navigationStyle" : "custom"
  366. }
  367. },
  368. {
  369. "path" : "pages/writeoff/index",
  370. "style" : {
  371. "navigationBarTitleText" : "门店核销"
  372. }
  373. },
  374. {
  375. "path" : "pages/favorite/favorite",
  376. "style" : {
  377. "enablePullDownRefresh" : true,
  378. "navigationBarTitleText" : "我的收藏"
  379. }
  380. },
  381. {
  382. "path" : "pages/public/webview",
  383. "style" : {
  384. "enablePullDownRefresh" : true,
  385. "navigationBarTitleText" : "物流"
  386. }
  387. },
  388. {
  389. "path" : "pages/order/evaluate",
  390. "style" : {
  391. "enablePullDownRefresh" : true,
  392. "navigationBarTitleText" : "发表评论"
  393. }
  394. },
  395. {
  396. "path" : "pages/order/refund",
  397. "style" : {
  398. "enablePullDownRefresh" : true,
  399. "navigationBarTitleText" : "申请售后"
  400. }
  401. },
  402. {
  403. "path" : "pages/product/evaluate",
  404. "style" : {
  405. "enablePullDownRefresh" : true,
  406. "navigationBarTitleText" : "评价"
  407. }
  408. },
  409. {
  410. "path" : "pages/order/delivery",
  411. "style" : {
  412. "enablePullDownRefresh" : false,
  413. "navigationBarTitleText" : "运费模板"
  414. }
  415. },
  416. {
  417. "path" : "pages/term/add",
  418. "style" : {}
  419. }
  420. ],
  421. "globalStyle" : {
  422. "navigationBarTextStyle" : "black",
  423. "navigationBarTitleText" : "uni-app",
  424. "navigationBarBackgroundColor" : "#FFFFFF",
  425. "backgroundColor" : "#f8f8f8"
  426. },
  427. "tabBar" : {
  428. "color" : "#C0C4CC",
  429. "selectedColor" : "#fa436a",
  430. "borderStyle" : "black",
  431. "backgroundColor" : "#ffffff",
  432. "list" : [
  433. {
  434. "pagePath" : "pages/index/index",
  435. "iconPath" : "static/tab-home.png",
  436. "selectedIconPath" : "static/tab-home-current.png",
  437. "text" : "首页"
  438. },
  439. // {
  440. // "pagePath": "pages/category/category",
  441. // "iconPath": "static/tab-cate.png",
  442. // "selectedIconPath": "static/tab-cate-current.png",
  443. // "text": "分类"
  444. // },
  445. {
  446. "pagePath" : "pages/intergalShop/index",
  447. "iconPath" : "static/tab-cate.png",
  448. "selectedIconPath" : "static/tab-cate-current.png",
  449. "text" : "积分"
  450. },
  451. {
  452. "pagePath" : "pages/cart/cart",
  453. "iconPath" : "static/tab-cart.png",
  454. "selectedIconPath" : "static/tab-cart-current.png",
  455. "text" : "购物车"
  456. },
  457. {
  458. "pagePath" : "pages/user/user",
  459. "iconPath" : "static/tab-my.png",
  460. "selectedIconPath" : "static/tab-my-current.png",
  461. "text" : "我的"
  462. }
  463. ]
  464. },
  465. "condition" : {
  466. //模式配置,仅开发期间生效
  467. "current" : 0, //当前激活的模式(list 的索引项)
  468. "list" : [
  469. {
  470. "name" : "index", //模式名称
  471. "path" : "pages/index/index", //启动页面,必选
  472. "query" : "" //启动参数,在页面的onLoad函数里面得到
  473. },
  474. {
  475. "name" : "comment",
  476. "path" : "pages/order/comment",
  477. "query" : "order_id=nAyML8YWRXU1O2b&image=/shop/20200315/5507a02e4f1a43c72d8360e4194b42a5.png&title=万里无一万里无一万里无一万里无一万里无一万里无一苹果X&spec=白色"
  478. },
  479. {
  480. "name" : "orderDetail",
  481. "path" : "pages/order/orderDetail",
  482. "query" : "order_id=XDW6kZLJD4ijNEE"
  483. },
  484. {
  485. "name" : "orderRefund",
  486. "path" : "pages/order/refund",
  487. "query" : "order_id=7Rw23P1oW1CyPgO"
  488. },
  489. {
  490. "name" : "userinfo",
  491. "path" : "pages/userinfo/userinfo",
  492. "query" : ""
  493. },
  494. {
  495. "name" : "deliveryTemplate",
  496. "path" : "pages/order/delivery",
  497. "query" : ""
  498. }
  499. ]
  500. }
  501. }