pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "授权"
  7. }
  8. },
  9. {
  10. "path": "pages/home/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. }
  15. ],
  16. "subPackages": [
  17. {
  18. "root": "subPages",
  19. "pages": [
  20. {
  21. "path": "pages/reportProblems/index",
  22. "style": {
  23. "navigationBarTitleText": "上报问题"
  24. }
  25. },
  26. {
  27. "path": "pages/reportProblems/detail",
  28. "style": {
  29. "navigationBarTitleText": "问题详情"
  30. }
  31. },
  32. {
  33. "path": "pages/reportServer/index",
  34. "style": {
  35. "navigationBarTitleText": "上报服务"
  36. }
  37. },
  38. {
  39. "path": "pages/reportServer/detail",
  40. "style": {
  41. "navigationBarTitleText": "服务详情"
  42. }
  43. },
  44. {
  45. "path": "pages/questions/index",
  46. "style": {
  47. "navigationBarTitleText": "问答库"
  48. }
  49. },
  50. {
  51. "path": "pages/questions/detail",
  52. "style": {
  53. "navigationBarTitleText": "问答库详情"
  54. }
  55. },
  56. {
  57. "path": "pages/inspectionResults/index",
  58. "style": {
  59. "navigationBarTitleText": "检查结果"
  60. }
  61. },
  62. {
  63. "path": "pages/my/index",
  64. "style": {
  65. "navigationBarTitleText": "我的"
  66. }
  67. }
  68. ]
  69. }
  70. ],
  71. "globalStyle": {
  72. "navigationStyle": "custom",
  73. "backgroundColor": "#F8F8F8"
  74. },
  75. "tabBar": false,
  76. "easycom": {
  77. "autoscan": true,
  78. "custom": {
  79. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  80. }
  81. }
  82. }