Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

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