選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

110 行
2.2 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/sign/sign",
  53. "style": {
  54. "navigationStyle": "default",
  55. "navigationBarTitleText": "授权签名"
  56. }
  57. },
  58. {
  59. "path": "pages/message/message",
  60. "style": {
  61. "navigationStyle": "default",
  62. "navigationBarTitleText": "消息中心",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "pages/message/detail",
  68. "style": {
  69. "navigationStyle": "default",
  70. "navigationBarTitleText": "消息详情"
  71. }
  72. },
  73. {
  74. "path": "pages/login/index",
  75. "style": {
  76. "navigationStyle": "default",
  77. "navigationBarTitleText": "登录"
  78. }
  79. }
  80. ],
  81. "globalStyle": {
  82. "navigationStyle": "custom",
  83. "navigationBarTextStyle": "black",
  84. "navigationBarTitleText": "",
  85. "navigationBarBackgroundColor": "#FFFFFF",
  86. "backgroundColor": "#F5F5F5"
  87. },
  88. "tabBar": {
  89. "color": "#787879",
  90. "selectedColor": "#0F78E9",
  91. "borderStyle": "black",
  92. "backgroundColor": "#ffffff",
  93. "list": [
  94. {
  95. "pagePath": "pages/index/index",
  96. "text": "项目",
  97. "iconPath": "static/icon/home.png",
  98. "selectedIconPath": "static/icon/home-active.png"
  99. },
  100. {
  101. "pagePath": "pages/profile/profile",
  102. "text": "我的",
  103. "iconPath": "static/icon/mine.png",
  104. "selectedIconPath": "static/icon/mine-active.png"
  105. }
  106. ]
  107. },
  108. "uniIdRouter": {}
  109. }