pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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/money/pay",
  185. "style" : {
  186. "navigationBarTitleText" : "支付"
  187. }
  188. },
  189. {
  190. "path" : "pages/money/paySuccess",
  191. "style" : {
  192. "navigationBarTitleText" : "支付成功"
  193. }
  194. },
  195. {
  196. "path" : "pages/notice/notice",
  197. "style" : {
  198. "navigationBarTitleText" : "通知"
  199. }
  200. },
  201. {
  202. "path" : "pages/category/category",
  203. "style" : {
  204. "navigationBarTitleText" : "分类",
  205. "enablePullDownRefresh" : true,
  206. "app-plus" : {
  207. "bounce" : "none"
  208. }
  209. }
  210. },
  211. {
  212. "path" : "pages/product/list",
  213. "style" : {
  214. "enablePullDownRefresh" : true,
  215. "navigationBarTitleText" : "商品列表"
  216. }
  217. },
  218. {
  219. "path" : "pages/flash/list",
  220. "style" : {
  221. "enablePullDownRefresh" : true,
  222. "navigationBarTitleText" : "限时秒杀"
  223. }
  224. },
  225. {
  226. "path" : "pages/term/index",
  227. "style" : {
  228. "enablePullDownRefresh" : true,
  229. "navigationBarTitleText" : "我的团队"
  230. }
  231. },
  232. {
  233. "path" : "pages/wallet/index",
  234. "style" : {
  235. "navigationBarTitleText" : "我的钱包",
  236. "navigationStyle" : "custom"
  237. }
  238. },
  239. {
  240. "path" : "pages/wallet/cashlist",
  241. "style" : {
  242. "navigationBarTitleText" : "提现记录"
  243. }
  244. },
  245. {
  246. "path" : "pages/wallet/paylist",
  247. "style" : {
  248. "navigationBarTitleText" : "账单明细"
  249. }
  250. },
  251. {
  252. "path" : "pages/wallet/integral",
  253. "style" : {
  254. "navigationBarTitleText" : "积分明细"
  255. }
  256. },
  257. {
  258. "path" : "pages/Withdrawal/index",
  259. "style" : {
  260. "navigationBarTitleText" : "佣金提现"
  261. }
  262. },
  263. {
  264. "path" : "pages/Withdrawal/addbank",
  265. "style" : {
  266. "navigationBarTitleText" : "添加银行卡"
  267. }
  268. },
  269. {
  270. "path" : "pages/Withdrawal/banklist",
  271. "style" : {
  272. "navigationBarTitleText" : "银行卡列表"
  273. }
  274. },
  275. {
  276. "path" : "pages/intergalShop/index",
  277. "style" : {
  278. "navigationBarTitleText" : "积分商城",
  279. "navigationStyle" : "custom"
  280. }
  281. },
  282. {
  283. "path" : "pages/intergalShop/goodsDetail",
  284. "style" : {
  285. "navigationBarTitleText" : "商品详情"
  286. }
  287. },
  288. {
  289. "path" : "pages/intergalShop/confirm",
  290. "style" : {
  291. "navigationBarTitleText" : "确认订单"
  292. }
  293. },
  294. {
  295. "path" : "pages/intergalShop/orderDetail",
  296. "style" : {
  297. "navigationBarTitleText" : "订单详情"
  298. }
  299. },
  300. {
  301. "path" : "pages/intergalShop/logs",
  302. "style" : {
  303. "navigationBarTitleText" : "我的兑换"
  304. }
  305. },
  306. {
  307. "path" : "pages/article/index",
  308. "style" : {
  309. "navigationBarTitleText" : "酱本之源"
  310. }
  311. },
  312. {
  313. "path" : "pages/article/detail",
  314. "style" : {
  315. "navigationBarTitleText" : "文章详情"
  316. }
  317. },
  318. {
  319. "path" : "pages/poster/index",
  320. "style" : {
  321. "enablePullDownRefresh" : true,
  322. "navigationBarTitleText" : "我的海报"
  323. }
  324. },
  325. {
  326. "path" : "pages/bindteam/index",
  327. "style" : {
  328. "navigationStyle" : "custom"
  329. }
  330. },
  331. {
  332. "path" : "pages/favorite/favorite",
  333. "style" : {
  334. "enablePullDownRefresh" : true,
  335. "navigationBarTitleText" : "我的收藏"
  336. }
  337. },
  338. {
  339. "path" : "pages/public/webview",
  340. "style" : {
  341. "enablePullDownRefresh" : true,
  342. "navigationBarTitleText" : "物流"
  343. }
  344. },
  345. {
  346. "path" : "pages/order/evaluate",
  347. "style" : {
  348. "enablePullDownRefresh" : true,
  349. "navigationBarTitleText" : "发表评论"
  350. }
  351. },
  352. {
  353. "path" : "pages/order/refund",
  354. "style" : {
  355. "enablePullDownRefresh" : true,
  356. "navigationBarTitleText" : "申请售后"
  357. }
  358. },
  359. {
  360. "path" : "pages/product/evaluate",
  361. "style" : {
  362. "enablePullDownRefresh" : true,
  363. "navigationBarTitleText" : "评价"
  364. }
  365. },
  366. {
  367. "path" : "pages/order/delivery",
  368. "style" : {
  369. "enablePullDownRefresh" : false,
  370. "navigationBarTitleText" : "运费模板"
  371. }
  372. },
  373. {
  374. "path" : "pages/term/add",
  375. "style" : {}
  376. }
  377. ],
  378. "globalStyle" : {
  379. "navigationBarTextStyle" : "black",
  380. "navigationBarTitleText" : "uni-app",
  381. "navigationBarBackgroundColor" : "#FFFFFF",
  382. "backgroundColor" : "#f8f8f8"
  383. },
  384. "tabBar" : {
  385. "color" : "#C0C4CC",
  386. "selectedColor" : "#fa436a",
  387. "borderStyle" : "black",
  388. "backgroundColor" : "#ffffff",
  389. "list" : [
  390. {
  391. "pagePath" : "pages/index/index",
  392. "iconPath" : "static/tab-home.png",
  393. "selectedIconPath" : "static/tab-home-current.png",
  394. "text" : "首页"
  395. },
  396. // {
  397. // "pagePath": "pages/category/category",
  398. // "iconPath": "static/tab-cate.png",
  399. // "selectedIconPath": "static/tab-cate-current.png",
  400. // "text": "分类"
  401. // },
  402. {
  403. "pagePath" : "pages/intergalShop/index",
  404. "iconPath" : "static/tab-cate.png",
  405. "selectedIconPath" : "static/tab-cate-current.png",
  406. "text" : "积分"
  407. },
  408. {
  409. "pagePath" : "pages/cart/cart",
  410. "iconPath" : "static/tab-cart.png",
  411. "selectedIconPath" : "static/tab-cart-current.png",
  412. "text" : "购物车"
  413. },
  414. {
  415. "pagePath" : "pages/user/user",
  416. "iconPath" : "static/tab-my.png",
  417. "selectedIconPath" : "static/tab-my-current.png",
  418. "text" : "我的"
  419. }
  420. ]
  421. },
  422. "condition" : {
  423. //模式配置,仅开发期间生效
  424. "current" : 0, //当前激活的模式(list 的索引项)
  425. "list" : [
  426. {
  427. "name" : "index", //模式名称
  428. "path" : "pages/index/index", //启动页面,必选
  429. "query" : "" //启动参数,在页面的onLoad函数里面得到
  430. },
  431. {
  432. "name" : "comment",
  433. "path" : "pages/order/comment",
  434. "query" : "order_id=nAyML8YWRXU1O2b&image=/shop/20200315/5507a02e4f1a43c72d8360e4194b42a5.png&title=万里无一万里无一万里无一万里无一万里无一万里无一苹果X&spec=白色"
  435. },
  436. {
  437. "name" : "orderDetail",
  438. "path" : "pages/order/orderDetail",
  439. "query" : "order_id=XDW6kZLJD4ijNEE"
  440. },
  441. {
  442. "name" : "orderRefund",
  443. "path" : "pages/order/refund",
  444. "query" : "order_id=7Rw23P1oW1CyPgO"
  445. },
  446. {
  447. "name" : "userinfo",
  448. "path" : "pages/userinfo/userinfo",
  449. "query" : ""
  450. },
  451. {
  452. "name" : "deliveryTemplate",
  453. "path" : "pages/order/delivery",
  454. "query" : ""
  455. }
  456. ]
  457. }
  458. }