pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. }
  14. },
  15. {
  16. "path": "pages/role",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/my",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. }
  27. ],
  28. "subPackages": [
  29. {
  30. "root": "pagesHome",
  31. "pages": [
  32. {
  33. "path": "dialogRecord",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "dialogDetail",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "wifiSetMemo1",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "wifiSetMemo2",
  52. "style": {
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "wifiSetMemo3",
  58. "style": {
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "wifiSetMemo4",
  64. "style": {
  65. "navigationStyle": "custom"
  66. }
  67. }
  68. ]
  69. },
  70. {
  71. "root": "pagesRole",
  72. "pages": [
  73. {
  74. "path": "addRole",
  75. "style": {
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "roleModel",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "voice",
  87. "style": {
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "roleDetail",
  93. "style": {
  94. "navigationStyle": "custom"
  95. }
  96. }
  97. ]
  98. },
  99. {
  100. "root": "pagesMy",
  101. "pages": [
  102. {
  103. "path": "device",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "deviceAdd",
  110. "style": {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "wifiSearch",
  116. "style": {
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "wifiConnect",
  122. "style": {
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "wifiSet",
  128. "style": {
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "wifiSuccess",
  134. "style": {
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "scanResult",
  140. "style": {
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "useBook",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "feedback",
  152. "style": {
  153. "navigationStyle": "custom"
  154. }
  155. }
  156. ]
  157. }
  158. ],
  159. "globalStyle": {
  160. "navigationBarTitleText": "传秀AI终端",
  161. "navigationBarBackgroundColor": "#FFFFFF",
  162. "navigationBarTextStyle": "black"
  163. },
  164. "easycom": {
  165. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  166. }
  167. }