app.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/user/filelist/index",
  5. "pages/user/index/index",
  6. "pages/artical/info/index",
  7. "pages/department/artical/index",
  8. "pages/department/account/index",
  9. "pages/user/identify/index",
  10. "pages/search/file/index"
  11. ],
  12. "tabBar": {
  13. "color": "#6e6d6b",
  14. "selectedColor": "#ff9966",
  15. "borderStyle": "black",
  16. "backgroundColor": "#ffffff",
  17. "list": [
  18. {
  19. "pagePath": "pages/index/index",
  20. "text": "首页",
  21. "iconPath": "/assets/tabBar/index.png",
  22. "selectedIconPath": "/assets/tabBar/index-select.png"
  23. },
  24. {
  25. "pagePath": "pages/user/index/index",
  26. "text": "我的",
  27. "iconPath": "/assets/tabBar/my.png",
  28. "selectedIconPath": "/assets/tabBar/my-select.png"
  29. }
  30. ]
  31. },
  32. "window": {
  33. "navigationBarBackgroundColor": "#ffffff",
  34. "navigationBarTitleText": "内业管理系统",
  35. "navigationBarTextStyle": "black",
  36. "backgroundTextStyle": "dark"
  37. },
  38. "sitemapLocation": "sitemap.json"
  39. }