app.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "pages": [
  3. <<<<<<< HEAD
  4. "pages/add/add",
  5. "pages/Store-Management/Store-Management",
  6. "pages/log-on/log-on",
  7. =======
  8. >>>>>>> cfd0deb4c409b1ec00b3425911667ed03914eb98
  9. "pages/index/index",
  10. "pages/logs/logs",
  11. "pages/me/me",
  12. "pages/home/home",
  13. "pages/message/message",
  14. "pages/merManagement/merManagement",
  15. "pages/bill/bill",
  16. "pages/order_details/order_details",
  17. "pages/order_search/order_search"
  18. ],
  19. "window": {
  20. "backgroundTextStyle": "light",
  21. "navigationBarBackgroundColor": "#fff",
  22. <<<<<<< HEAD
  23. "navigationBarTitleText": "Weixin",
  24. "navigationBarTextStyle": "black"
  25. },
  26. "sitemapLocation": "sitemap.json",
  27. "usingComponents": {
  28. "van-button": "@vant/weapp/button/index"
  29. }
  30. =======
  31. "navigationBarTitleText": "商家端",
  32. "navigationBarTextStyle": "black"
  33. },
  34. "tabBar": {
  35. "list": [
  36. {
  37. "pagePath": "pages/index/index",
  38. "text": "订单",
  39. "iconPath": "/images/wenbenbianji.png",
  40. "selectedIconPath": "/images/wenbenbianjitianchong.png"
  41. },
  42. {
  43. "pagePath": "pages/message/message",
  44. "text": "消息",
  45. "iconPath": "/images/xiaoxi.png",
  46. "selectedIconPath": "/images/xiaoxi_1.png"
  47. },
  48. {
  49. "pagePath": "pages/me/me",
  50. "text": "我的",
  51. "iconPath": "/images/wode.png",
  52. "selectedIconPath": "/images/wode (1).png"
  53. }
  54. ]
  55. },
  56. "usingComponents": {
  57. "van-search": "@vant/weapp/search/index",
  58. "van-button": "@vant/weapp/button/index",
  59. "van-tab": "@vant/weapp/tab/index",
  60. "van-tabs": "@vant/weapp/tabs/index",
  61. "van-cell": "@vant/weapp/cell/index",
  62. "van-cell-group": "@vant/weapp/cell-group/index",
  63. "van-divider": "@vant/weapp/divider/index",
  64. "van-switch": "@vant/weapp/switch/index",
  65. "van-checkbox": "@vant/weapp/checkbox/index",
  66. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  67. "van-submit-bar": "@vant/weapp/submit-bar/index",
  68. "van-icon": "@vant/weapp/icon/index",
  69. "van-calendar": "@vant/weapp/calendar/index"
  70. },
  71. "sitemapLocation": "sitemap.json"
  72. >>>>>>> cfd0deb4c409b1ec00b3425911667ed03914eb98
  73. }