pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "plugins": {
  6. "live-player-plugin": {
  7. "version": "1.3.5",
  8. "provider": "wx2b03c6e691cd7370"
  9. }
  10. },
  11. "pages": [{
  12. "path": "pages/index/index",
  13. "style": {
  14. "enablePullDownRefresh": true,
  15. "navigationStyle": "custom",
  16. "navigationBarTitleText": "商城首页",
  17. "app-plus": {
  18. "titleNView": false
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/info/info",
  24. "style": {
  25. "navigationBarTitleText": "消息"
  26. }
  27. },
  28. {
  29. "path": "pages/info/articleList",
  30. "style": {
  31. "navigationBarTitleText": "公告"
  32. }
  33. },
  34. {
  35. "path": "pages/info/xttz",
  36. "style": {
  37. "navigationBarTitleText": "系统通知"
  38. }
  39. },
  40. {
  41. "path": "pages/info/detail",
  42. "style": {
  43. "navigationBarTitleText": "详情"
  44. }
  45. },
  46. {
  47. "path": "pages/info/myarticle",
  48. "style": {
  49. "navigationBarTitleText": "文章详情"
  50. }
  51. },
  52. {
  53. "path": "pages/index/detail",
  54. "style": {
  55. "navigationBarTitleText": "公司介绍"
  56. }
  57. },
  58. {
  59. "path": "pages/index/coupon",
  60. "style": {
  61. "navigationBarTitleText": "优惠券列表"
  62. }
  63. },
  64. {
  65. "path": "pages/zc/plshare",
  66. "style": {
  67. "navigationBarTitleText": "分享内容"
  68. }
  69. },
  70. {
  71. "path": "pages/zc/wzshare",
  72. "style": {
  73. "navigationBarTitleText": "分享内容"
  74. }
  75. },
  76. {
  77. "path": "pages/zc/zc",
  78. "style": {
  79. "navigationBarTitleText": "种草专区",
  80. "app-plus": {
  81. "titleNView": false
  82. }
  83. }
  84. },
  85. {
  86. "path": "pages/zc/plDetail",
  87. "style": {
  88. "navigationBarTitleText": "内容详情",
  89. "app-plus": {
  90. "titleNView": {
  91. "type": "transparent"
  92. }
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/zc/wzDetail",
  98. "style": {
  99. "navigationBarTitleText": "内容详情",
  100. "app-plus": {
  101. "titleNView": {
  102. "type": "transparent"
  103. }
  104. }
  105. }
  106. },
  107. // #ifndef MP
  108. {
  109. "path": "pages/public/register",
  110. "style": {
  111. "navigationBarTitleText": "注册",
  112. "app-plus": {
  113. "titleNView": {
  114. "type": "transparent"
  115. }
  116. }
  117. }
  118. }, {
  119. "path": "pages/public/login",
  120. "style": {
  121. "navigationBarTitleText": "登录",
  122. "app-plus": {
  123. "titleNView": {
  124. "type": "transparent"
  125. }
  126. }
  127. }
  128. },
  129. // #endif
  130. {
  131. "path": "pages/public/wxLogin",
  132. "style": {
  133. "navigationBarTitleText": "微信登录",
  134. "app-plus": {
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. }
  139. }
  140. },
  141. // #ifndef MP
  142. {
  143. "path": "pages/public/forget",
  144. "style": {
  145. "navigationBarTitleText": "忘记密码",
  146. "app-plus": {
  147. "titleNView": {
  148. "type": "transparent"
  149. }
  150. }
  151. }
  152. },
  153. // #endif
  154. {
  155. "path": "pages/product/reply",
  156. "style": {
  157. "navigationBarTitleText": "商品评价",
  158. "app-plus": {
  159. "titleNView": {
  160. "type": "transparent"
  161. }
  162. }
  163. }
  164. },
  165. {
  166. "path": "pages/product/product",
  167. "style": {
  168. "navigationBarTitleText": "详情展示",
  169. "app-plus": {
  170. "titleNView": {
  171. "type": "transparent"
  172. }
  173. }
  174. }
  175. },
  176. {
  177. "path": "pages/product/list",
  178. "style": {
  179. "enablePullDownRefresh": true,
  180. "navigationBarTitleText": "商品列表"
  181. }
  182. },
  183. {
  184. "path": "pages/product/search",
  185. "style": {
  186. "enablePullDownRefresh": true,
  187. // #ifdef APP-PLUS
  188. "navigationStyle": "custom",
  189. // #endif
  190. // #ifndef MP || APP-PLUS
  191. "app-plus": {
  192. "titleNView": {
  193. "searchInput": {
  194. "backgroundColor": "rgba(231, 231, 231,.7)",
  195. "borderRadius": "16px",
  196. "placeholder": "请输入关键字",
  197. "disabled": false,
  198. "placeholderColor": "#606266",
  199. "align": "left"
  200. },
  201. "buttons": [{
  202. "text": "搜索",
  203. "fontSize": "14",
  204. "color": "#303133",
  205. "background": "rgba(0,0,0,0)",
  206. "width": "40px"
  207. }]
  208. }
  209. },
  210. // #endif
  211. "navigationBarTitleText": "搜索"
  212. }
  213. },
  214. {
  215. "path": "pages/product/classify",
  216. "style": {
  217. "navigationStyle": "custom",
  218. "app-plus": {
  219. "titleNView": {
  220. "type": "transparent"
  221. }
  222. }
  223. }
  224. },
  225. {
  226. "path": "pages/set/address",
  227. "style": {
  228. "navigationBarTitleText": "收货地址"
  229. }
  230. },
  231. {
  232. "path": "pages/set/addressManage",
  233. "style": {
  234. "navigationBarTitleText": ""
  235. }
  236. },
  237. {
  238. "path": "pages/set/cropper",
  239. "style": {
  240. "navigationBarTitleText": "图片裁切"
  241. }
  242. },
  243. {
  244. "path": "pages/set/userinfo",
  245. "style": {
  246. "navigationBarTitleText": "修改资料"
  247. }
  248. }, {
  249. "path": "pages/cart/cart",
  250. "style": {
  251. "navigationBarTitleText": "购物车"
  252. }
  253. },
  254. {
  255. "path": "pages/user/vip",
  256. "style": {
  257. "navigationBarTitleText": "等级任务"
  258. }
  259. },
  260. {
  261. "path": "pages/user/user",
  262. "style": {
  263. "navigationBarTitleText": "个人中心",
  264. "navigationBarBackgroundColor": "#000000",
  265. "navigationBarTextStyle": "white",
  266. "app-plus": {
  267. "titleNView": false
  268. }
  269. }
  270. },
  271. {
  272. "path": "pages/user/new",
  273. "style": {
  274. "navigationBarTitleText": "新品通知"
  275. }
  276. },
  277. {
  278. "path": "pages/upload/commodity",
  279. "style": {
  280. "navigationBarTitleText": "商品列表"
  281. }
  282. },
  283. {
  284. "path": "pages/upload/uploadP",
  285. "style": {
  286. "navigationBarTitleText": "添加商品"
  287. }
  288. },
  289. {
  290. "path": "pages/user/myLq",
  291. "style": {
  292. "navigationBarTitleText": "我的余额",
  293. "app-plus": {
  294. "titleNView": false
  295. }
  296. }
  297. },
  298. {
  299. "path": "pages/user/myTeam",
  300. "style": {
  301. "navigationBarTitleText": "我的团队",
  302. "app-plus": {
  303. "titleNView": false
  304. }
  305. }
  306. },
  307. {
  308. "path": "pages/user/speardorder",
  309. "style": {
  310. "navigationBarTitleText": "推广人订单",
  311. "app-plus": {
  312. "titleNView": false
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/user/living",
  318. "style": {
  319. "navigationBarTitleText": ""
  320. }
  321. },
  322. {
  323. "path": "pages/user/creation",
  324. "style": {
  325. "navigationBarTitleText": "创作中心"
  326. }
  327. },
  328. {
  329. "path": "pages/user/coupon",
  330. "style": {
  331. "navigationBarTitleText": "我的卡卷"
  332. }
  333. },
  334. {
  335. "path": "pages/user/evaluate",
  336. "style": {
  337. "navigationBarTitleText": "发帖"
  338. }
  339. },
  340. {
  341. "path": "pages/order/order",
  342. "style": {
  343. "navigationBarTitleText": "我的订单",
  344. "app-plus": {
  345. "bounce": "none"
  346. }
  347. }
  348. },
  349. {
  350. "path": "pages/order/expressInfo",
  351. "style": {
  352. "navigationBarTitleText": "快递详情"
  353. }
  354. },
  355. {
  356. "path": "pages/order/orderDetail",
  357. "style": {
  358. "navigationBarTitleText": "订单详情",
  359. "app-plus": {
  360. "bounce": "none"
  361. }
  362. }
  363. },
  364. {
  365. "path": "pages/order/evaluate",
  366. "style": {
  367. "navigationBarTitleText": "评论"
  368. }
  369. },
  370. {
  371. "path": "pages/order/orderRefund",
  372. "style": {
  373. "navigationBarTitleText": "申请退款"
  374. }
  375. },
  376. {
  377. "path": "pages/order/createOrder",
  378. "style": {
  379. "navigationBarTitleText": "创建订单"
  380. }
  381. }, {
  382. "path": "pages/money/pay",
  383. "style": {
  384. "navigationBarTitleText": "支付"
  385. }
  386. },
  387. {
  388. "path": "pages/money/paySuccess",
  389. "style": {
  390. "navigationBarTitleText": "支付成功"
  391. }
  392. },
  393. {
  394. "path": "pages/category/category",
  395. "style": {
  396. // #ifdef APP-PLUS
  397. "navigationStyle": "custom",
  398. // #endif
  399. // #ifndef MP
  400. "app-plus": {
  401. "bounce": "none",
  402. "titleNView": {
  403. "searchInput": {
  404. "backgroundColor": "rgba(231, 231, 231,.7)",
  405. "borderRadius": "16px",
  406. "placeholder": "商品搜索",
  407. "disabled": true,
  408. "placeholderColor": "#606266",
  409. "align": "left"
  410. }
  411. }
  412. },
  413. // #endif
  414. "navigationBarTitleText": "分类"
  415. }
  416. },
  417. {
  418. "path": "pages/redirect/redirect",
  419. "style": {
  420. "navigationBarTitleText": "微信登录跳转页面",
  421. "app-plus": {
  422. "titleNView": false
  423. }
  424. }
  425. },
  426. {
  427. "path": "pages/user/shareQrCode",
  428. "style": {
  429. "navigationBarTitleText": "邀请好友"
  430. }
  431. }
  432. ],
  433. "globalStyle": {
  434. "navigationBarTextStyle": "black",
  435. "navigationBarTitleText": "uni-app",
  436. "navigationBarBackgroundColor": "#FFFFFF",
  437. "backgroundColor": "#f8f8f8"
  438. },
  439. "tabBar": {
  440. "color": "#C0C4CC",
  441. "selectedColor": "#000000",
  442. "borderStyle": "black",
  443. "backgroundColor": "#ffffff",
  444. "list": [{
  445. "pagePath": "pages/index/index",
  446. "iconPath": "static/tabBar/tab-home.png",
  447. "selectedIconPath": "static/tabBar/tab-home-current.png",
  448. "text": "首页"
  449. },
  450. {
  451. "pagePath": "pages/info/info",
  452. "iconPath": "static/tabBar/tab-info.png",
  453. "selectedIconPath": "static/tabBar/tab-info-current.png",
  454. "text": "消息"
  455. },
  456. {
  457. "pagePath": "pages/zc/zc",
  458. "iconPath": "static/tabBar/tab-cate.png",
  459. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  460. "text": "种草专区"
  461. },
  462. {
  463. "pagePath": "pages/cart/cart",
  464. "iconPath": "static/tabBar/tab-cart.png",
  465. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  466. "text": "购物车"
  467. },
  468. {
  469. "pagePath": "pages/user/user",
  470. "iconPath": "static/tabBar/tab-my.png",
  471. "selectedIconPath": "static/tabBar/tab-my-current.png",
  472. "text": "我的"
  473. }
  474. ]
  475. }
  476. }