pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pages": [
  3. {"path": "pages/login/login"},
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "样品扫描系统",
  8. "navigationStyle": "default"
  9. }
  10. },
  11. {
  12. "path" : "pages/putStorage/putStorage",
  13. "style" :
  14. {
  15. "navigationBarTitleText": "样品入库",
  16. "navigationStyle": "default"
  17. }
  18. }
  19. ],
  20. "globalStyle": {
  21. "navigationStyle": "custom",
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "芯片扫描",
  24. "navigationBarBackgroundColor": "#FFFFFF",
  25. "backgroundColor": "#EFEFF4"
  26. },
  27. // "tabBar": {
  28. // "color": "#8E8E93",
  29. // "selectedColor": "#554D84",
  30. // "backgroundColor": "#FFFFFF",
  31. // "borderStyle": "black",
  32. // "list": [
  33. // {
  34. // "text": "应用主页",
  35. // "pagePath": "pages/index/index",
  36. // "iconPath": "static/tabbar/home.png",
  37. // "selectedIconPath": "static/tabbar/home_select.png"
  38. // }
  39. // ]
  40. // },
  41. "uniIdRouter": {}
  42. }