Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

124 wiersze
2.5 KiB

  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "肠愈同行患者关爱"
  15. }
  16. },
  17. {
  18. "path": "pages/profile/profile",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. }
  22. },
  23. {
  24. "path": "pages/content/content",
  25. "style": {
  26. "navigationStyle": "default",
  27. "navigationBarTitleText": "详情"
  28. }
  29. },
  30. {
  31. "path": "pages/verify/verify",
  32. "style": {
  33. "navigationStyle": "default",
  34. "navigationBarTitleText": "实名认证"
  35. }
  36. },
  37. {
  38. "path": "pages/change-phone/change-phone",
  39. "style": {
  40. "navigationStyle": "default",
  41. "navigationBarTitleText": "修改手机号"
  42. }
  43. },
  44. {
  45. "path": "pages/myinfo/myinfo",
  46. "style": {
  47. "navigationStyle": "default",
  48. "navigationBarTitleText": "我的资料"
  49. }
  50. },
  51. {
  52. "path": "pages/sample-info/sample-info",
  53. "style": {
  54. "navigationStyle": "default",
  55. "navigationBarTitleText": "送检信息"
  56. }
  57. },
  58. {
  59. "path": "pages/sign/sign",
  60. "style": {
  61. "navigationStyle": "default",
  62. "navigationBarTitleText": "授权签名"
  63. }
  64. },
  65. {
  66. "path": "pages/sign/signature",
  67. "style": {
  68. "navigationStyle": "default",
  69. "navigationBarTitleText": "手写签名"
  70. }
  71. },
  72. {
  73. "path": "pages/message/message",
  74. "style": {
  75. "navigationStyle": "default",
  76. "navigationBarTitleText": "消息中心",
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path": "pages/message/detail",
  82. "style": {
  83. "navigationStyle": "default",
  84. "navigationBarTitleText": "消息详情"
  85. }
  86. },
  87. {
  88. "path": "pages/login/index",
  89. "style": {
  90. "navigationStyle": "default",
  91. "navigationBarTitleText": "登录"
  92. }
  93. }
  94. ],
  95. "globalStyle": {
  96. "navigationStyle": "custom",
  97. "navigationBarTextStyle": "black",
  98. "navigationBarTitleText": "",
  99. "navigationBarBackgroundColor": "#FFFFFF",
  100. "backgroundColor": "#F5F5F5"
  101. },
  102. "tabBar": {
  103. "color": "#787879",
  104. "selectedColor": "#0F78E9",
  105. "borderStyle": "black",
  106. "backgroundColor": "#ffffff",
  107. "list": [
  108. {
  109. "pagePath": "pages/index/index",
  110. "text": "项目",
  111. "iconPath": "static/icon/home.png",
  112. "selectedIconPath": "static/icon/home-active.png"
  113. },
  114. {
  115. "pagePath": "pages/profile/profile",
  116. "text": "我的",
  117. "iconPath": "static/icon/mine.png",
  118. "selectedIconPath": "static/icon/mine-active.png"
  119. }
  120. ]
  121. },
  122. "uniIdRouter": {}
  123. }