app.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/set/cropper",
  5. "pages/public/register",
  6. "pages/public/login",
  7. "pages/public/wxLogin",
  8. "pages/public/forget",
  9. "pages/product/reply",
  10. "pages/product/product",
  11. "pages/product/list",
  12. "pages/product/search",
  13. "pages/product/classify",
  14. "pages/set/set",
  15. "pages/set/shopList",
  16. "pages/set/address",
  17. "pages/set/addressManage",
  18. "pages/set/phone",
  19. "pages/set/password",
  20. "pages/set/userinfo",
  21. "pages/user/user",
  22. "pages/user/award",
  23. "pages/user/withdmoenys",
  24. "pages/user/extension",
  25. "pages/user/withdrawal",
  26. "pages/user/favorites",
  27. "pages/user/scoreAccumulate",
  28. "pages/set/approve",
  29. "pages/order/order",
  30. "pages/order/expressInfo",
  31. "pages/order/orderDetail",
  32. "pages/order/evaluate",
  33. "pages/order/orderRefund",
  34. "pages/order/createOrder",
  35. "pages/money/pay",
  36. "pages/money/paySuccess",
  37. "pages/money/wallet",
  38. "pages/money/account",
  39. "pages/money/withdrawal",
  40. "pages/money/recharge",
  41. "pages/category/category",
  42. "pages/redirect/redirect",
  43. "pages/user/shareQrCode",
  44. "pages/user/addmenDetail",
  45. "pages/user/addmen"
  46. ],
  47. "subPackages": [],
  48. "window": {
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "uni-app",
  51. "navigationBarBackgroundColor": "#FFFFFF",
  52. "backgroundColor": "#f8f8f8"
  53. },
  54. "tabBar": {
  55. "color": "#C0C4CC",
  56. "selectedColor": "#4E6CFF",
  57. "borderStyle": "black",
  58. "backgroundColor": "#ffffff",
  59. "list": [
  60. {
  61. "pagePath": "pages/index/index",
  62. "iconPath": "static/tabBar/tab-home.png",
  63. "selectedIconPath": "static/tabBar/tab-home-current.png",
  64. "text": "首页"
  65. },
  66. {
  67. "pagePath": "pages/user/user",
  68. "iconPath": "static/tabBar/tab-my.png",
  69. "selectedIconPath": "static/tabBar/tab-my-current.png",
  70. "text": "我的"
  71. }
  72. ]
  73. },
  74. "usingComponents": {},
  75. "sitemapLocation": "sitemap.json"
  76. }