app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "pages": [
  3. "admin/home/console",
  4. "admin/home/workbench",
  5. "admin/home/order",
  6. "admin/home/member",
  7. "common/redirect",
  8. "common/webview"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "admin/order",
  13. "pages": [
  14. "detail",
  15. "ship",
  16. "fill-form",
  17. "print"
  18. ]
  19. },
  20. {
  21. "root": "admin/official",
  22. "pages": [
  23. "index",
  24. "pay",
  25. "apply",
  26. "callback",
  27. "latest-shop"
  28. ]
  29. },
  30. {
  31. "root": "admin/member",
  32. "pages": [
  33. "add",
  34. "detail"
  35. ]
  36. },
  37. {
  38. "root": "admin/interest",
  39. "pages": [
  40. "invite",
  41. "my-invite",
  42. "setting"
  43. ]
  44. },
  45. {
  46. "root": "admin/coupon",
  47. "pages": [
  48. "list"
  49. ]
  50. },
  51. {
  52. "root": "admin/ad",
  53. "pages": [
  54. "list",
  55. "add",
  56. "sel-goods"
  57. ]
  58. },
  59. {
  60. "root": "admin/staff",
  61. "pages": [
  62. "list",
  63. "add",
  64. "sel-member"
  65. ]
  66. },
  67. {
  68. "root": "admin/shop",
  69. "pages": [
  70. "list",
  71. "add"
  72. ]
  73. },
  74. {
  75. "root": "admin/setting",
  76. "pages": [
  77. "list",
  78. "wx-menu",
  79. "coupon",
  80. "level",
  81. "password"
  82. ]
  83. },
  84. {
  85. "root": "admin/goodsManage",
  86. "pages": [
  87. "list",
  88. "category",
  89. "add",
  90. "img-store",
  91. "goods-name",
  92. "freight",
  93. "price-increase"
  94. ]
  95. },
  96. {
  97. "root": "admin/shopAdmin",
  98. "pages": [
  99. "bind"
  100. ]
  101. },
  102. {
  103. "root": "admin/assets",
  104. "pages": [
  105. "list"
  106. ]
  107. },
  108. {
  109. "root": "admin/chat",
  110. "pages": [
  111. "index"
  112. ]
  113. },
  114. {
  115. "root": "admin/template",
  116. "pages": [
  117. "index"
  118. ]
  119. },
  120. {
  121. "root": "admin/statistics",
  122. "pages": [
  123. "demo"
  124. ]
  125. }
  126. ],
  127. "window": {
  128. "navigationBarBackgroundColor": "#fff",
  129. "navigationBarTitleText": "花卉宝",
  130. "navigationBarTextStyle": "black"
  131. },
  132. "tabBar": {
  133. "color": "#C0C4CC",
  134. "selectedColor": "#3385FF",
  135. "borderStyle": "black",
  136. "backgroundColor": "#ffffff",
  137. "list": [
  138. {
  139. "pagePath": "admin/home/workbench",
  140. "iconPath": "static/images/admin/workbench-no.png",
  141. "selectedIconPath": "static/images/admin/workbench-is.png",
  142. "text": "工作台"
  143. },
  144. {
  145. "pagePath": "admin/home/order",
  146. "iconPath": "static/images/admin/order-no.png",
  147. "selectedIconPath": "static/images/admin/order-is.png",
  148. "text": "订单"
  149. },
  150. {
  151. "pagePath": "admin/home/member",
  152. "iconPath": "static/images/admin/member-no.png",
  153. "selectedIconPath": "static/images/admin/member-is.png",
  154. "text": "客户"
  155. }
  156. ]
  157. },
  158. "permission": {
  159. "scope.userLocation": {
  160. "desc": "请点击确定"
  161. }
  162. },
  163. "usingComponents": {},
  164. "sitemapLocation": "sitemap.json"
  165. }