pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. {
  2. "insetLoader": {
  3. //配置
  4. "config": {
  5. //将需要引入的组件名起了个confirm的名字在下面label中使用
  6. //右侧"<floatButton ref='confirm' />"为需要插入的组件标签
  7. "confirm": "<floatButton ref='confirm' />"
  8. },
  9. // 全局配置
  10. //需要挂在的组件名
  11. "label": ["confirm"],
  12. //根元素的标签类型 也就是插入到页面哪个根元素下默认为div 但是uniapp中需要写为view
  13. "rootEle": "view"
  14. },
  15. "pages": [{
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationStyle": "custom",
  19. "navigationBarTitleText": "首页",
  20. "enablePullDownRefresh": true
  21. }
  22. }, {
  23. "path": "pages/address/list",
  24. "style": {
  25. "navigationBarTitleText": "切换地址"
  26. }
  27. }, {
  28. "path": "pages/mywebsit/index",
  29. "style": {
  30. "navigationBarTitleText": "选择门店"
  31. }
  32. }, {
  33. "path": "pages/index/chakanyyzz",
  34. "style": {
  35. "navigationBarTitleText": "查看营业执照"
  36. }
  37. }, {
  38. "path": "pages/index/coupon",
  39. "style": {
  40. "navigationBarTitleText": "领取优惠券"
  41. }
  42. }, {
  43. "path": "pages/index/webview",
  44. "style": {
  45. "navigationBarTitleText": "打开企业微信小程序"
  46. }
  47. }, {
  48. "path": "pages/login/index",
  49. "style": {
  50. "navigationBarTitleText": "登录"
  51. }
  52. }, {
  53. "path": "pages/login/agreement",
  54. "style": {
  55. "navigationBarTitleText": "用户协议"
  56. }
  57. }, {
  58. "path": "pages/goods/classify",
  59. "style": {
  60. "navigationBarTitleText": "分类"
  61. }
  62. }, {
  63. "path": "pages/goods/all",
  64. "style": {
  65. "navigationBarTitleText": "全部宝贝",
  66. "enablePullDownRefresh": true
  67. }
  68. }, {
  69. "path": "pages/cart/index",
  70. "style": {
  71. "navigationBarTitleText": "购物车"
  72. }
  73. }, {
  74. "path": "pages/mine/index",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "navigationBarTitleText": "我的"
  78. }
  79. }, {
  80. "path": "pages/mine/address/list",
  81. "style": {
  82. "navigationBarTitleText": "我的收货地址"
  83. }
  84. }, {
  85. "path": "pages/mine/address/form",
  86. "style": {
  87. "navigationBarTitleText": "新增收货地址"
  88. }
  89. }, {
  90. "path": "pages/mine/customer/list",
  91. "style": {
  92. "navigationBarTitleText": "客户列表"
  93. }
  94. }, {
  95. "path": "pages/mine/customer/tag",
  96. "style": {
  97. "navigationBarTitleText": "选择标签"
  98. }
  99. }, {
  100. "path": "pages/mine/collection",
  101. "style": {
  102. "navigationBarTitleText": "我的收藏",
  103. "enablePullDownRefresh": true
  104. }
  105. }, {
  106. "path": "pages/mine/order/list",
  107. "style": {
  108. "navigationBarTitleText": "我的订单",
  109. "enablePullDownRefresh": true
  110. }
  111. }, {
  112. "path": "pages/mine/order/detail",
  113. "style": {
  114. "navigationBarTitleText": "订单详情"
  115. }
  116. }, {
  117. "path": "pages/mine/order/invoice",
  118. "style": {
  119. "navigationBarTitleText": "发票详情"
  120. }
  121. }, {
  122. "path": "pages/mine/order/evaluate",
  123. "style": {
  124. "navigationBarTitleText": "评价"
  125. }
  126. }, {
  127. "path": "pages/mine/order/return/apply",
  128. "style": {
  129. "navigationBarTitleText": "退货申请"
  130. }
  131. }, {
  132. "path": "pages/mine/order/return/detail",
  133. "style": {
  134. "navigationBarTitleText": "售后详情"
  135. }
  136. }, {
  137. "path": "pages/mine/coupon/list",
  138. "style": {
  139. "navigationBarTitleText": "优惠券",
  140. "enablePullDownRefresh": true
  141. }
  142. }, {
  143. "path": "pages/mine/discode/list",
  144. "style": {
  145. "navigationBarTitleText": "我的优惠码",
  146. "enablePullDownRefresh": true
  147. }
  148. }, {
  149. "path": "pages/mine/order/logistics",
  150. "style": {
  151. "navigationBarTitleText": "物流详情"
  152. }
  153. }, {
  154. "path": "pages/mine/profit/list",
  155. "style": {
  156. "navigationBarTitleText": "我的收益",
  157. "enablePullDownRefresh": true
  158. }
  159. }, {
  160. "path": "pages/mine/profit/return",
  161. "style": {
  162. "navigationBarTitleText": "退款明细",
  163. "enablePullDownRefresh": true
  164. }
  165. }, {
  166. "path": "pages/mine/profit/detail",
  167. "style": {
  168. "navigationBarTitleText": "收益详情"
  169. }
  170. }, {
  171. "path": "pages/mine/wxCode",
  172. "style": {
  173. "navigationBarTitleText": "企微二维码"
  174. }
  175. }, {
  176. "path": "pages/mine/mallCode",
  177. "style": {
  178. "navigationBarTitleText": "商城二维码"
  179. }
  180. }, {
  181. "path": "pages/mine/ranking/list",
  182. "style": {
  183. "navigationStyle": "custom",
  184. "navigationBarTitleText": "收益排行榜"
  185. }
  186. }, {
  187. "path": "pages/mine/ranking/report",
  188. "style": {
  189. "navigationBarTitleText": "我的月报"
  190. }
  191. }, {
  192. "path": "pages/mine/applySalesman",
  193. "style": {
  194. "navigationBarTitleText": "申请成为业务员"
  195. }
  196. }, {
  197. "path": "pages/mine/workOrder/list",
  198. "style": {
  199. "navigationBarTitleText": "我的工单信息",
  200. "enablePullDownRefresh": true
  201. }
  202. }, {
  203. "path": "pages/mine/workOrder/detail",
  204. "style": {
  205. "navigationBarTitleText": "工单详情"
  206. }
  207. }, {
  208. "path": "pages/mine/groupbuy/list",
  209. "style": {
  210. "navigationBarTitleText": "我的团购",
  211. "enablePullDownRefresh": true
  212. }
  213. }, {
  214. "path": "pages/mine/discount/list",
  215. "style": {
  216. "navigationBarTitleText": "用户减免金额",
  217. "enablePullDownRefresh": true
  218. }
  219. }, {
  220. "path": "pages/mine/discount/detail",
  221. "style": {
  222. "navigationBarTitleText": "订单详情"
  223. }
  224. }, {
  225. "path": "pages/mine/exchange/index",
  226. "style": {
  227. "navigationBarTitleText": "兑换中心"
  228. }
  229. }, {
  230. "path": "pages/mine/exchange/list",
  231. "style": {
  232. "navigationBarTitleText": "历史兑换记录",
  233. "enablePullDownRefresh": true
  234. }
  235. }, {
  236. "path": "pages/mine/exchange/detail",
  237. "style": {
  238. "navigationBarTitleText": "兑换码详情"
  239. }
  240. }],
  241. "subpackages": [{
  242. "root": "packageGoods",
  243. "name": "packageGoods",
  244. "pages": [
  245. {
  246. "path": "pages/list",
  247. "style": {
  248. "navigationBarTitleText": "列表",
  249. "enablePullDownRefresh": true
  250. }
  251. }, {
  252. "path": "pages/search",
  253. "style": {
  254. "navigationBarTitleText": "搜索商品",
  255. "enablePullDownRefresh": true
  256. }
  257. }, {
  258. "path": "pages/detail",
  259. "style": {
  260. "navigationBarTitleText": "商品详情"
  261. }
  262. }, {
  263. "path": "pages/evaluate",
  264. "style": {
  265. "navigationBarTitleText": "全部评价",
  266. "enablePullDownRefresh": true
  267. }
  268. }, {
  269. "path": "pages/order",
  270. "style": {
  271. "navigationBarTitleText": "确认订单"
  272. }
  273. }, {
  274. "path": "pages/coupon",
  275. "style": {
  276. "navigationBarTitleText": "我的优惠券"
  277. }
  278. }, {
  279. "path": "pages/seckill",
  280. "style": {
  281. "navigationStyle": "custom",
  282. "navigationBarTitleText": "限时秒杀"
  283. }
  284. }, {
  285. "path": "pages/activity",
  286. "style": {
  287. "navigationBarTitleText": "活动专区",
  288. "enablePullDownRefresh": true
  289. }
  290. }
  291. ]
  292. }],
  293. "globalStyle": {
  294. "navigationBarTextStyle": "black",
  295. "navigationBarTitleText": "商城",
  296. "navigationBarBackgroundColor": "#F8F8F8",
  297. "backgroundColor": "#F8F8F8",
  298. "app-plus": {
  299. "background": "#efeff4"
  300. }
  301. },
  302. "tabBar": {
  303. "color": "#7A7E83",
  304. "selectedColor": "#FF3F42",
  305. "borderStyle": "black",
  306. "backgroundColor": "#ffffff",
  307. "list": [{
  308. "pagePath": "pages/index/index",
  309. "iconPath": "static/tabbar/icon_home.png",
  310. "selectedIconPath": "static/tabbar/icon_home_cur.png",
  311. "text": "首页"
  312. }, {
  313. "pagePath": "pages/goods/all",
  314. "iconPath": "static/tabbar/icon_goods.png",
  315. "selectedIconPath": "static/tabbar/icon_goods_cur.png",
  316. "text": "全部宝贝"
  317. }, {
  318. "pagePath": "pages/goods/classify",
  319. "iconPath": "static/tabbar/icon_classify.png",
  320. "selectedIconPath": "static/tabbar/icon_classify_cur.png",
  321. "text": "分类"
  322. }, {
  323. "pagePath": "pages/cart/index",
  324. "iconPath": "static/tabbar/icon_cart.png",
  325. "selectedIconPath": "static/tabbar/icon_cart_cur.png",
  326. "text": "购物车"
  327. }, {
  328. "pagePath": "pages/mine/index",
  329. "iconPath": "static/tabbar/icon_mine.png",
  330. "selectedIconPath": "static/tabbar/icon_mine_cur.png",
  331. "text": "我的"
  332. }]
  333. }
  334. }