12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [
  3. "pages/login",
  4. "pages/register",
  5. "pages/index",
  6. "pages/work/index",
  7. "pages/mine/index",
  8. "pages/mine/avatar/index",
  9. "pages/mine/info/index",
  10. "pages/mine/info/edit",
  11. "pages/mine/pwd/index",
  12. "pages/mine/setting/index",
  13. "pages/mine/help/index",
  14. "pages/mine/about/index",
  15. "pages/common/webview/index",
  16. "pages/common/textview/index",
  17. "pages/certification/index"
  18. ],
  19. "subPackages": [],
  20. "window": {
  21. "navigationBarTextStyle": "black",
  22. "navigationBarTitleText": "RuoYi",
  23. "navigationBarBackgroundColor": "#FFFFFF"
  24. },
  25. "tabBar": {
  26. "color": "#000000",
  27. "selectedColor": "#000000",
  28. "borderStyle": "white",
  29. "backgroundColor": "#ffffff",
  30. "list": [
  31. {
  32. "pagePath": "pages/index",
  33. "iconPath": "static/images/tabbar/home.png",
  34. "selectedIconPath": "static/images/tabbar/home_.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/work/index",
  39. "iconPath": "static/images/tabbar/work.png",
  40. "selectedIconPath": "static/images/tabbar/work_.png",
  41. "text": "工作台"
  42. },
  43. {
  44. "pagePath": "pages/mine/index",
  45. "iconPath": "static/images/tabbar/mine.png",
  46. "selectedIconPath": "static/images/tabbar/mine_.png",
  47. "text": "我的"
  48. }
  49. ]
  50. },
  51. "usingComponents": {}
  52. }