app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/homePage/homePage",
  4. "pages/order/order",
  5. "pages/orderDetails/orderDetails",
  6. "pages/qualityTesting/qualityTesting",
  7. "pages/mine/mine",
  8. "pages/scanCode/scanCode",
  9. "pages/home/home",
  10. "pages/bleConnect/bleConnect",
  11. "pages/sendCommand/sendCommand",
  12. "pages/net/net",
  13. "pages/ticket/ticket",
  14. "pages/receipt/receipt",
  15. "pages/label/label",
  16. "pages/codeInput/codeInput",
  17. "components/mineList",
  18. "components/mineList/index"
  19. ],
  20. "window": {
  21. "backgroundColor": "#F6F6F6",
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#F6F6F6",
  24. "navigationBarTitleText": "云开发 QuickStart",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "tabBar": {
  28. "color": "#666666",
  29. "selectedColor": "#333333",
  30. "borderStyle": "white",
  31. "backgroundColor": "#fff",
  32. "list": [
  33. {
  34. "iconPath": "images/un_home.png",
  35. "selectedIconPath": "images/home.png",
  36. "pagePath": "pages/homePage/homePage",
  37. "text": "首页"
  38. },
  39. {
  40. "iconPath": "images/un_order.png",
  41. "selectedIconPath": "images/order.png",
  42. "pagePath": "pages/order/order",
  43. "text": "订单"
  44. },
  45. {
  46. "iconPath": "images/un_quality.png",
  47. "selectedIconPath": "images/quality.png",
  48. "pagePath": "pages/qualityTesting/qualityTesting",
  49. "text": "质检"
  50. },
  51. {
  52. "iconPath": "images/un_mine.png",
  53. "selectedIconPath": "images/mine.png",
  54. "pagePath": "pages/mine/mine",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "sitemapLocation": "sitemap.json"
  60. }