app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "pages": [
  3. "pages/public/wxLogin",
  4. "pages/public/login",
  5. "pages/public/PatRegister",
  6. "pages/public/DocRegister",
  7. "pages/public/DocRegisterIndex",
  8. "pages/public/MecRegister",
  9. "pages/index/identity",
  10. "pages/index/index",
  11. "pages/index/home",
  12. "pages/patient/patient",
  13. "pages/patient/index",
  14. "pages/patient/evaluate",
  15. "pages/patient/refund",
  16. "pages/set/phone",
  17. "pages/public/register",
  18. "pages/public/forget",
  19. "pages/public/agreement",
  20. "pages/public/privacy",
  21. "pages/set/set",
  22. "pages/set/password",
  23. "pages/userinfo/patient",
  24. "pages/doctor/doclist",
  25. "pages/doctor/index",
  26. "pages/patient/appointment",
  27. "pages/userinfo/mechanism",
  28. "pages/user/reply",
  29. "pages/userinfo/doctor",
  30. "pages/order/myorder",
  31. "pages/order/success",
  32. "pages/course/course",
  33. "pages/course/detail",
  34. "pages/course/curriculum",
  35. "pages/user/user",
  36. "pages/redirect/redirect",
  37. "pages/wallet/commission",
  38. "pages/wallet/wallet",
  39. "pages/doctor/expert",
  40. "pages/doctor/chat",
  41. "pages/wallet/recharge",
  42. "pages/wallet/withdrawal",
  43. "pages/recommend/index",
  44. "pages/recommend/sick",
  45. "pages/live/list",
  46. "pages/live/details",
  47. "pages/live/broadcast",
  48. "pages/shareQrCode/index",
  49. "pages/shareQrCode/card",
  50. "pages/user/msg"
  51. ],
  52. "subPackages": [],
  53. "window": {
  54. "navigationBarTextStyle": "black",
  55. "navigationBarTitleText": "uni-app",
  56. "navigationBarBackgroundColor": "#FFFFFF",
  57. "backgroundColor": "#f8f8f8"
  58. },
  59. "tabBar": {
  60. "color": "#B4B7BB",
  61. "selectedColor": "#6786FB",
  62. "iconWidth": "18px",
  63. "borderStyle": "black",
  64. "backgroundColor": "#ffffff",
  65. "list": [
  66. {
  67. "pagePath": "pages/index/home",
  68. "iconPath": "static/tabBar/tab-home.png",
  69. "selectedIconPath": "static/tabBar/tab-home-current.png",
  70. "text": "首页"
  71. },
  72. {
  73. "pagePath": "pages/patient/patient",
  74. "iconPath": "static/tabBar/tab-cate.png",
  75. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  76. "text": "咨询记录"
  77. },
  78. {
  79. "pagePath": "pages/index/index",
  80. "iconPath": "static/tabBar/tab-study.png",
  81. "selectedIconPath": "static/tabBar/tab-study-current.png",
  82. "text": "科普学习"
  83. },
  84. {
  85. "pagePath": "pages/user/user",
  86. "iconPath": "static/tabBar/tab-my.png",
  87. "selectedIconPath": "static/tabBar/tab-my-current.png",
  88. "text": "我的"
  89. }
  90. ]
  91. },
  92. "permission": {
  93. "scope.userLocation": {
  94. "desc": "获取位置信息"
  95. }
  96. },
  97. "uniStatistics": {
  98. "enable": false
  99. },
  100. "usingComponents": {},
  101. "sitemapLocation": "sitemap89.json"
  102. }