pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "城功闪拓",
  9. "navigationBarBackgroundColor": "#ff5454",
  10. "navigationBarTextStyle": "white",
  11. // #ifdef H5
  12. "navigationStyle": "custom",
  13. // #endif
  14. "app-plus": {
  15. "titleNView": false
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/user/favorites",
  21. "style": {
  22. "navigationBarTitleText": "收藏夹"
  23. }
  24. },
  25. {
  26. "path": "pages/user/user",
  27. "style": {
  28. "app-plus": {
  29. "titleNView": false
  30. },
  31. "navigationBarTitleText": "我的",
  32. "navigationBarBackgroundColor": "#ff5454",
  33. "navigationBarTextStyle": "white",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/user/myyhq",
  39. "style": {
  40. "navigationBarTitleText": "我的券码"
  41. }
  42. },
  43. {
  44. "path": "pages/user/djqQm",
  45. "style": {
  46. "navigationBarTitleText": "我的券码"
  47. }
  48. },
  49. {
  50. "path": "pages/user/shareF",
  51. "style": {
  52. "navigationBarTitleText": "转赠好友"
  53. }
  54. },
  55. {
  56. "path": "pages/user/share",
  57. "style": {
  58. "navigationBarTitleText": "我的二维码"
  59. }
  60. },
  61. {
  62. "path": "pages/set/address",
  63. "style": {
  64. "navigationBarTitleText": "收货地址"
  65. }
  66. },
  67. {
  68. "path": "pages/set/userinfo",
  69. "style": {
  70. "navigationBarTitleText": "修改资料"
  71. }
  72. },
  73. {
  74. "path": "pages/set/addressManage",
  75. "style": {
  76. "navigationBarTitleText": ""
  77. }
  78. },
  79. {
  80. "path": "pages/order/order",
  81. "style": {
  82. "navigationBarTitleText": "我的订单",
  83. "app-plus": {
  84. "bounce": "none"
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/order/expressInfo",
  90. "style": {
  91. "navigationBarTitleText": "快递详情"
  92. }
  93. },
  94. {
  95. "path": "pages/order/orderDetail",
  96. "style": {
  97. "navigationBarTitleText": "订单详情",
  98. "app-plus": {
  99. "bounce": "none"
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/order/evaluate",
  105. "style": {
  106. "navigationBarTitleText": "评论"
  107. }
  108. },
  109. {
  110. "path": "pages/order/orderRefund",
  111. "style": {
  112. "navigationBarTitleText": "申请退款"
  113. }
  114. },
  115. {
  116. "path": "pages/order/createOrder",
  117. "style": {
  118. "navigationBarTitleText": "创建订单"
  119. }
  120. },
  121. {
  122. "path": "pages/product/reply",
  123. "style": {
  124. "navigationBarTitleText": "商品评价",
  125. "app-plus": {
  126. "titleNView": {
  127. "type": "transparent"
  128. }
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/product/product",
  134. "style": {
  135. "navigationBarTitleText": "详情展示",
  136. "app-plus": {
  137. "titleNView": {
  138. "type": "transparent"
  139. }
  140. }
  141. }
  142. },
  143. {
  144. "path": "pages/product/search",
  145. "style": {
  146. // #ifdef APP-PLUS
  147. "navigationStyle": "custom",
  148. // #endif
  149. // #ifndef MP
  150. "app-plus": {
  151. "titleNView": {
  152. "searchInput": {
  153. "backgroundColor": "rgba(231, 231, 231,.7)",
  154. "borderRadius": "16px",
  155. "placeholder": "请输入关键字",
  156. "disabled": false,
  157. "placeholderColor": "#606266",
  158. "align": "left",
  159. "autoFocus": true
  160. },
  161. "buttons": [{
  162. "text": "搜索",
  163. "fontSize": "14",
  164. "color": "#303133",
  165. "background": "rgba(0,0,0,0)",
  166. "width": "40px"
  167. }]
  168. }
  169. },
  170. // #endif
  171. "navigationBarTitleText": "搜索"
  172. }
  173. },
  174. {
  175. "path": "pages/money/pay",
  176. "style": {
  177. "navigationBarTitleText": "支付"
  178. }
  179. },
  180. {
  181. "path": "pages/money/paySuccess",
  182. "style": {
  183. "navigationBarTitleText": "支付成功"
  184. }
  185. },
  186. // #ifdef H5 || MP-WEIXIN
  187. {
  188. "path": "pages/redirect/redirect",
  189. "style": {
  190. "navigationBarTitleText": "微信登录跳转页面",
  191. "app-plus": {
  192. "titleNView": false
  193. }
  194. }
  195. },
  196. // #endif
  197. // #ifdef H5
  198. {
  199. "path": "pages/public/register",
  200. "style": {
  201. "navigationBarTitleText": "注册",
  202. "app-plus": {
  203. "titleNView": {
  204. "type": "transparent"
  205. }
  206. }
  207. }
  208. },
  209. {
  210. "path": "pages/public/login",
  211. "style": {
  212. "navigationBarTitleText": "登录",
  213. "app-plus": {
  214. "titleNView": {
  215. "type": "transparent"
  216. }
  217. }
  218. }
  219. },
  220. {
  221. "path": "pages/public/forget",
  222. "style": {
  223. "navigationBarTitleText": "忘记密码",
  224. "app-plus": {
  225. "titleNView": {
  226. "type": "transparent"
  227. }
  228. }
  229. }
  230. },
  231. // #endif
  232. {
  233. "path": "pages/public/wxLogin",
  234. "style": {
  235. "navigationBarTitleText": "微信登录",
  236. "app-plus": {
  237. "titleNView": {
  238. "type": "transparent"
  239. }
  240. }
  241. }
  242. },
  243. {
  244. "path": "pages/shop/shop",
  245. "style": {
  246. "navigationBarTitleText": "商家中心",
  247. "navigationBarBackgroundColor": "#ff5454",
  248. "navigationBarTextStyle": "white",
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "pages/shop/subordinate",
  254. "style": {
  255. "navigationBarTitleText": "商家中心",
  256. "navigationBarBackgroundColor": "#ff5454",
  257. "navigationBarTextStyle": "white",
  258. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path": "pages/shop/turnover",
  263. "style": {
  264. "navigationBarTitleText": "门店销售排行榜",
  265. "app-plus": {
  266. "titleNView": false
  267. }
  268. }
  269. },
  270. {
  271. "path": "pages/shop/fission",
  272. "style": {
  273. "navigationBarTitleText": "待裂变总数",
  274. "app-plus": {
  275. "titleNView": false
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/shop/fissioned",
  281. "style": {
  282. "navigationBarTitleText": "裂变总数",
  283. "app-plus": {
  284. "titleNView": false
  285. }
  286. }
  287. },
  288. {
  289. "path": "pages/shop/fission-other",
  290. "style": {
  291. "navigationBarTitleText": "员工待裂变数量",
  292. "app-plus": {
  293. "titleNView": false
  294. }
  295. }
  296. },
  297. {
  298. "path": "pages/shop/fissioned-other",
  299. "style": {
  300. "navigationBarTitleText": "员工裂变数量",
  301. "app-plus": {
  302. "titleNView": false
  303. }
  304. }
  305. },
  306. {
  307. "path": "pages/shop/myriad",
  308. "style": {
  309. "navigationBarTitleText": "破万大神",
  310. "navigationBarBackgroundColor": "#ffffff",
  311. "navigationBarTextStyle": "black"
  312. }
  313. },
  314. {
  315. "path": "pages/shop/subbranch",
  316. "style": {
  317. "navigationBarTitleText": "分店列表",
  318. "navigationBarBackgroundColor": "#ffffff",
  319. "navigationBarTextStyle": "black"
  320. }
  321. },
  322. {
  323. "path": "pages/shop/product",
  324. "style": {
  325. "navigationBarTitleText": "热销项目排行",
  326. "navigationBarBackgroundColor": "#ffffff",
  327. "navigationBarTextStyle": "black"
  328. }
  329. },
  330. {
  331. "path": "pages/shop/employee",
  332. "style": {
  333. "navigationBarTitleText": "排行榜",
  334. "app-plus": {
  335. "titleNView": false
  336. }
  337. }
  338. },
  339. {
  340. "path": "pages/shop/vipDetail",
  341. "style": {
  342. "navigationBarTitleText": "曝光量",
  343. "app-plus": {
  344. "titleNView": false
  345. }
  346. }
  347. },
  348. {
  349. "path": "pages/shop/order",
  350. "style": {
  351. "navigationBarTitleText": "订单数据",
  352. "app-plus": {
  353. "titleNView": false
  354. }
  355. }
  356. }
  357. ],
  358. "globalStyle": {
  359. "navigationBarTextStyle": "black",
  360. "navigationBarTitleText": "uni-app",
  361. "navigationBarBackgroundColor": "#FFFFFF",
  362. "backgroundColor": "#f8f8f8"
  363. },
  364. "tabBar": {
  365. "color": "#666666",
  366. "selectedColor": "#FF4C4C",
  367. "borderStyle": "black",
  368. "backgroundColor": "#ffffff",
  369. "list": [{
  370. "pagePath": "pages/index/index",
  371. "iconPath": "static/tabBar/tab-home.png",
  372. "selectedIconPath": "static/tabBar/tab-home-current.png",
  373. "text": "商城"
  374. },
  375. {
  376. "pagePath": "pages/shop/shop",
  377. "iconPath": "static/tabBar/tab-cate.png",
  378. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  379. "text": "商家中心"
  380. },
  381. {
  382. "pagePath": "pages/user/user",
  383. "iconPath": "static/tabBar/tab-user.png",
  384. "selectedIconPath": "static/tabBar/tab-user-current.png",
  385. "text": "我的"
  386. }
  387. ]
  388. }
  389. }