pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/home",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/role",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/my",
  24. "style": {
  25. "navigationStyle": "custom"
  26. }
  27. }
  28. ],
  29. "subPackages": [
  30. {
  31. "root": "pagesHome",
  32. "pages": [
  33. {
  34. "path": "wifiSetMemo1",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "wifiSetMemo2",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "wifiSetMemo3",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "wifiSetMemo4",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "root": "pagesRole",
  61. "pages": [
  62. {
  63. "path": "addRole",
  64. "style": {
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "roleModel",
  70. "style": {
  71. "navigationStyle": "custom"
  72. }
  73. }
  74. ]
  75. },
  76. {
  77. "root": "pagesMy",
  78. "pages": [
  79. {
  80. "path": "device",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "deviceAdd",
  87. "style": {
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "wifi",
  93. "style": {
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "wifiSet",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "wifiSuccess",
  105. "style": {
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "scanResult",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "useBook",
  117. "style": {
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "feedback",
  123. "style": {
  124. "navigationStyle": "custom"
  125. }
  126. }
  127. ]
  128. }
  129. ],
  130. "globalStyle": {
  131. "navigationBarTitleText": "传秀AI终端",
  132. "navigationBarBackgroundColor": "#FFFFFF",
  133. "navigationBarTextStyle": "black"
  134. },
  135. "easycom": {
  136. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  137. }
  138. }