pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // {
  4. // // "path": "pages/shop/home/carousel"//pages/home
  5. // },
  6. {
  7. "path": "pages/login",
  8. "style": {
  9. "topWindow": false,
  10. "leftWindow": false,
  11. "navigationBarTitleText": "登录"
  12. }
  13. }, {
  14. "path": "pages/error/404",
  15. "style": {
  16. "navigationBarTitleText": "Not Found"
  17. }
  18. },
  19. {
  20. "path": "pages/home",
  21. "style": {
  22. "navigationBarTitleText": "系统首页"
  23. }
  24. }
  25. ],
  26. "subPackages": [{
  27. "root": "pages/shop",
  28. "pages": [{
  29. "path": "home/page",
  30. "style": {
  31. "navigationBarTitleText": "店铺首页"
  32. }
  33. }, {
  34. "path": "home/carousel",
  35. "style": {
  36. "navigationBarTitleText": "轮播图"
  37. }
  38. }, {
  39. "path": "home/carousel_add_edit"
  40. }, {
  41. "path": "classify/classify_navigation",
  42. "style": {
  43. "navigationBarTitleText": "分类导航"
  44. }
  45. }, {
  46. "path": "classify/classify_navigation_add_edit"
  47. }, {
  48. "path": "limit",
  49. "style": {
  50. "navigationBarTitleText": "限时精选"
  51. }
  52. }, {
  53. "path": "hot",
  54. "style": {
  55. "navigationBarTitleText": "热门推荐"
  56. }
  57. }, {
  58. "path": "search/page",
  59. "style": {
  60. "navigationBarTitleText": "搜索管理"
  61. }
  62. }, {
  63. "path": "search/list",
  64. "style": {
  65. "navigationBarTitleText": "搜索列表"
  66. }
  67. }, {
  68. "path": "search/hot",
  69. "style": {
  70. "navigationBarTitleText": "热门搜索"
  71. }
  72. }, {
  73. "path": "search/hot_add_edit"
  74. }]
  75. }, {
  76. "root": "pages/goods",
  77. "pages": [{
  78. "path": "list/goods_list",
  79. "style": {
  80. "navigationBarTitleText": "商品列表"
  81. }
  82. }, {
  83. "path": "list/goods_list_add_edit"
  84. }, {
  85. "path": "list/evaluate_add"
  86. }, {
  87. "path": "classify/goods_classify",
  88. "style": {
  89. "navigationBarTitleText": "商品分类"
  90. }
  91. }, {
  92. "path": "classify/goods_classify_add_edit"
  93. }, {
  94. "path": "label/page",
  95. "style": {
  96. "navigationBarTitleText": "标签管理"
  97. }
  98. }, {
  99. "path": "label/goods_tag_add_edit"
  100. }, {
  101. "path": "label/serve_tag_add_edit"
  102. }, {
  103. "path": "evaluate",
  104. "style": {
  105. "navigationBarTitleText": "商品评价"
  106. }
  107. }]
  108. }, {
  109. "root": "pages/order",
  110. "pages": [{
  111. "path": "order/order_list",
  112. "style": {
  113. "navigationBarTitleText": "订单列表"
  114. }
  115. }, {
  116. "path": "order/detail"
  117. }, {
  118. "path": "refunds_dispose",
  119. "style": {
  120. "navigationBarTitleText": "退款处理"
  121. }
  122. }, {
  123. "path": "kuaidi",
  124. "style": {
  125. "navigationBarTitleText": "快递公司"
  126. }
  127. },{
  128. "path": "kuaidi_add_edit",
  129. "style": {
  130. "navigationBarTitleText": "编辑快递公司"
  131. }
  132. },{
  133. "path": "deal_set",
  134. "style": {
  135. "navigationBarTitleText": "交易设置"
  136. }
  137. }]
  138. }, {
  139. "root": "pages/member",
  140. "pages": [{
  141. "path": "list/member_list",
  142. "style": {
  143. "navigationBarTitleText": "会员列表"
  144. }
  145. }, {
  146. "path": "list/detail"
  147. }]
  148. }, {
  149. "root": "pages/app",
  150. "pages": [{
  151. "path": "mp/mp_page",
  152. "style": {
  153. "navigationBarTitleText": "小程序"
  154. }
  155. }, {
  156. "path": "mp/mp_page_add_edit"
  157. }]
  158. }, {
  159. "root": "pages/system_set",
  160. "pages": [{
  161. "path": "account/account",
  162. "style": {
  163. "navigationBarTitleText": "账号管理"
  164. }
  165. }, {
  166. "path": "account/account_add_edit"
  167. }, {
  168. "path": "role/role",
  169. "style": {
  170. "navigationBarTitleText": "角色管理"
  171. }
  172. }, {
  173. "path": "role/role_add_edit"
  174. }]
  175. }, {
  176. "root": "pages/log",
  177. "pages": [{
  178. "path": "operation_log",
  179. "style": {
  180. "navigationBarTitleText": "操作日志"
  181. }
  182. }]
  183. }],
  184. "globalStyle": {
  185. "navigationStyle": "custom",
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "用云电商后台管理系统",
  188. "navigationBarBackgroundColor": "#F8F8F8",
  189. "backgroundColor": "#F8F8F8"
  190. },
  191. "topWindow": {
  192. "path": "windows/topWindow",
  193. "style": {
  194. "height": "112px"
  195. },
  196. "matchMedia": {
  197. "minWidth": 0
  198. }
  199. },
  200. "leftWindow": {
  201. "path": "windows/leftWindow",
  202. "style": {
  203. "width": "180px"
  204. }
  205. }
  206. }