pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index",
  7. "style": {
  8. "navigationBarTitleText": "投票",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/recharge/pay",
  16. "style": {
  17. "navigationBarTitleText": "金币充值"
  18. }
  19. },
  20. {
  21. "path": "pages/addTp/user",
  22. "style": {
  23. "navigationBarTitleText": "个人参赛"
  24. }
  25. },
  26. {
  27. "path": "pages/addTp/company",
  28. "style": {
  29. "navigationBarTitleText": "企业参赛"
  30. }
  31. },
  32. {
  33. "path": "pages/public/wxLogin",
  34. "style": {
  35. "navigationBarTitleText": "微信登录",
  36. "app-plus": {
  37. "titleNView": {
  38. "type": "transparent"
  39. }
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/redirect/redirect",
  45. "style": {
  46. "navigationBarTitleText": "微信登录跳转页面",
  47. "app-plus": {
  48. "titleNView": false
  49. }
  50. }
  51. },
  52. {
  53. "path": "pages/public/register",
  54. "style": {
  55. "navigationBarTitleText": "注册",
  56. "app-plus": {
  57. "titleNView": {
  58. "type": "transparent"
  59. }
  60. }
  61. }
  62. }, {
  63. "path": "pages/public/login",
  64. "style": {
  65. "navigationBarTitleText": "登录",
  66. "app-plus": {
  67. "titleNView": {
  68. "type": "transparent"
  69. }
  70. }
  71. }
  72. }, {
  73. "path": "pages/public/forget",
  74. "style": {
  75. "navigationBarTitleText": "忘记密码",
  76. "app-plus": {
  77. "titleNView": {
  78. "type": "transparent"
  79. }
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/activity/index",
  85. "style": {
  86. "navigationBarTitleText": "活动规则"
  87. }
  88. }
  89. ],
  90. "globalStyle": {
  91. "navigationBarTextStyle": "black",
  92. "navigationBarTitleText": "uni-app",
  93. "navigationBarBackgroundColor": "#FFFFFF",
  94. "backgroundColor": "#f8f8f8"
  95. }
  96. }