app.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages":[
  3. "pages/main-order/main-order",
  4. "pages/logs/logs",
  5. "pages/main-message/main-message",
  6. "pages/main-my/main-my"
  7. ],
  8. "window":{
  9. "navigationBarBackgroundColor": "#ffffff",
  10. "navigationBarTextStyle": "black",
  11. "navigationBarTitleText": "商家端",
  12. "backgroundColor": "#eeeeee",
  13. "backgroundTextStyle": "light"
  14. },
  15. "tabBar": {
  16. "color":"#797979",
  17. "selectedColor": "#FF9B27",
  18. "borderStyle": "black",
  19. "list": [
  20. {
  21. "pagePath": "pages/main-order/main-order",
  22. "text": "首页",
  23. "iconPath": "./images/订单.png",
  24. "selectedIconPath": "./images/订单 -active.png"
  25. },
  26. {
  27. "pagePath": "pages/main-message/main-message",
  28. "text": "消息",
  29. "iconPath": "./images/消息.png",
  30. "selectedIconPath": "./images/消息-active.png"
  31. },
  32. {
  33. "pagePath": "pages/main-my/main-my",
  34. "text": "我的",
  35. "iconPath": "./images/我的.png",
  36. "selectedIconPath": "./images/我的-active.png"
  37. }
  38. ]
  39. },
  40. "sitemapLocation": "sitemap.json"
  41. }