pages.json 8.5 KB

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