pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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": "wifiSetMemo1",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "wifiSetMemo2",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "wifiSetMemo3",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "wifiSetMemo4",
  52. "style": {
  53. "navigationStyle": "custom"
  54. }
  55. }
  56. ]
  57. },
  58. {
  59. "root": "pagesRole",
  60. "pages": [
  61. {
  62. "path": "addRole",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "roleModel",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "root": "pagesMy",
  77. "pages": [
  78. {
  79. "path": "device",
  80. "style": {
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "deviceAdd",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "wifi",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "wifiSet",
  98. "style": {
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "wifiSuccess",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "scanResult",
  110. "style": {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "useBook",
  116. "style": {
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "feedback",
  122. "style": {
  123. "navigationStyle": "custom"
  124. }
  125. }
  126. ]
  127. }
  128. ],
  129. "globalStyle": {
  130. "navigationBarTitleText": "传秀AI终端",
  131. "navigationBarBackgroundColor": "#FFFFFF",
  132. "navigationBarTextStyle": "black"
  133. },
  134. "easycom": {
  135. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  136. }
  137. }