康巴易测肤/伤疤uniapp小程序类
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.7KB

  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path" : "pages/login/index",
  8. "style" :
  9. {
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "uni-template"
  17. }
  18. },
  19. {
  20. "path": "pages/details/index",
  21. "style": {
  22. "navigationBarTitleText": "uni-template"
  23. }
  24. },
  25. {
  26. "path": "pages/skin-assessment/croppedImage",
  27. "style": {
  28. "navigationBarTitleText": "选择伤疤区域"
  29. }
  30. },
  31. {
  32. "path": "pages/skin-assessment/photograph",
  33. "style": {
  34. "navigationBarTitleText": "选择伤疤区域"
  35. }
  36. },
  37. {
  38. "path": "pages/skin-assessment/photoProcess",
  39. "style": {
  40. "navigationBarTitleText": "重新拍照"
  41. }
  42. },
  43. {
  44. "path": "pages/user/mine",
  45. "style": {
  46. "navigationBarTitleText": "我的"
  47. }
  48. },
  49. {
  50. "path": "pages/user/info",
  51. "style": {
  52. "navigationBarTitleText": "资料编辑"
  53. }
  54. }
  55. ],
  56. "tabBar": {
  57. "selectedColor": "#6049a9",
  58. "list": [
  59. {
  60. "iconPath": "./static/logo.png",
  61. "selectedIconPath": "./static/logo.png",
  62. "pagePath": "pages/login/index",
  63. "text": "首页"
  64. },
  65. {
  66. "iconPath": "./static/logo.png",
  67. "selectedIconPath": "./static/logo.png",
  68. "pagePath": "pages/user/mine",
  69. "text": "我的"
  70. }
  71. ]
  72. },
  73. "globalStyle": {
  74. "navigationBarTextStyle": "black",
  75. "navigationBarTitleText": "uni-app",
  76. "navigationBarBackgroundColor": "#F8F8F8",
  77. "backgroundColor": "#F8F8F8"
  78. }
  79. }