app.json 674 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/my/index",
  5. "pages/xuncha/mp_excelRcXcdjl_edit",
  6. "pages/parent/in-out",
  7. "pages/parent/message"
  8. ],
  9. "window": {
  10. "navigationBarTextStyle": "black",
  11. "navigationBarTitleText": "uni-app",
  12. "navigationBarBackgroundColor": "#F8F8F8",
  13. "backgroundColor": "#F8F8F8"
  14. },
  15. "tabBar": {
  16. "custom": true,
  17. "color": "#999",
  18. "selectedColor": "#1d2089",
  19. "backgroundColor": "#ffffff",
  20. "list": [
  21. {
  22. "pagePath": "pages/index/index",
  23. "text": "首页"
  24. },
  25. {
  26. "pagePath": "pages/my/index",
  27. "text": "我的"
  28. }
  29. ]
  30. },
  31. "usingComponents": {}
  32. }