pages.json 9.6 KB

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