123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "pages/handlecase/index",
  19. "pages/handlecase/component/assignrbitrators"
  20. ],
  21. "subPackages": [],
  22. "window": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "RuoYi",
  25. "navigationBarBackgroundColor": "#FFFFFF"
  26. },
  27. "tabBar": {
  28. "color": "#000000",
  29. "selectedColor": "#000000",
  30. "borderStyle": "white",
  31. "backgroundColor": "#ffffff",
  32. "list": [
  33. {
  34. "pagePath": "pages/index",
  35. "iconPath": "static/images/tabbar/home.png",
  36. "selectedIconPath": "static/images/tabbar/home_.png",
  37. "text": "首页"
  38. },
  39. {
  40. "pagePath": "pages/work/index",
  41. "iconPath": "static/images/tabbar/work.png",
  42. "selectedIconPath": "static/images/tabbar/work_.png",
  43. "text": "工作台"
  44. },
  45. {
  46. "pagePath": "pages/mine/index",
  47. "iconPath": "static/images/tabbar/mine.png",
  48. "selectedIconPath": "static/images/tabbar/mine_.png",
  49. "text": "我的"
  50. }
  51. ]
  52. },
  53. "usingComponents": {}
  54. }