pages.json 2.9 KB

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