pages.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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. "navigationBarTitleText": "商城首页",
  16. "app-plus": {
  17. "titleNView": false
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/index/detail",
  23. "style": {
  24. "navigationBarTitleText": "公司介绍"
  25. }
  26. },
  27. {
  28. "path": "pages/index/coupon",
  29. "style": {
  30. "navigationBarTitleText": "优惠券列表"
  31. }
  32. },
  33. {
  34. "path": "pages/zc/plshare",
  35. "style": {
  36. "navigationBarTitleText": "分享内容"
  37. }
  38. },
  39. {
  40. "path": "pages/zc/wzshare",
  41. "style": {
  42. "navigationBarTitleText": "分享内容"
  43. }
  44. },
  45. {
  46. "path": "pages/zc/zc",
  47. "style": {
  48. "navigationBarTitleText": "种草专区",
  49. "app-plus": {
  50. "titleNView": false
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/zc/plDetail",
  56. "style": {
  57. "navigationBarTitleText": "内容详情",
  58. "app-plus": {
  59. "titleNView": {
  60. "type": "transparent"
  61. }
  62. }
  63. }
  64. },
  65. {
  66. "path": "pages/zc/wzDetail",
  67. "style": {
  68. "navigationBarTitleText": "内容详情",
  69. "app-plus": {
  70. "titleNView": {
  71. "type": "transparent"
  72. }
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/public/register",
  78. "style": {
  79. "navigationBarTitleText": "注册",
  80. "app-plus": {
  81. "titleNView": {
  82. "type": "transparent"
  83. }
  84. }
  85. }
  86. }, {
  87. "path": "pages/public/login",
  88. "style": {
  89. "navigationBarTitleText": "登录",
  90. "app-plus": {
  91. "titleNView": {
  92. "type": "transparent"
  93. }
  94. }
  95. }
  96. },
  97. {
  98. "path": "pages/public/wxLogin",
  99. "style": {
  100. "navigationBarTitleText": "微信登录",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/public/forget",
  110. "style": {
  111. "navigationBarTitleText": "忘记密码",
  112. "app-plus": {
  113. "titleNView": {
  114. "type": "transparent"
  115. }
  116. }
  117. }
  118. },
  119. {
  120. "path": "pages/product/reply",
  121. "style": {
  122. "navigationBarTitleText": "商品评价",
  123. "app-plus": {
  124. "titleNView": {
  125. "type": "transparent"
  126. }
  127. }
  128. }
  129. },
  130. {
  131. "path": "pages/product/product",
  132. "style": {
  133. "navigationBarTitleText": "详情展示",
  134. "app-plus": {
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/product/list",
  143. "style": {
  144. "enablePullDownRefresh": true,
  145. "navigationBarTitleText": "商品列表"
  146. }
  147. },
  148. {
  149. "path": "pages/product/search",
  150. "style": {
  151. "enablePullDownRefresh": true,
  152. // #ifdef APP-PLUS
  153. "navigationStyle": "custom",
  154. // #endif
  155. // #ifndef MP || APP-PLUS
  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. },
  166. "buttons": [{
  167. "text": "搜索",
  168. "fontSize": "14",
  169. "color": "#303133",
  170. "background": "rgba(0,0,0,0)",
  171. "width": "40px"
  172. }]
  173. }
  174. },
  175. // #endif
  176. "navigationBarTitleText": "搜索"
  177. }
  178. },
  179. {
  180. "path": "pages/product/classify",
  181. "style": {
  182. "navigationStyle": "custom",
  183. "app-plus": {
  184. "titleNView": {
  185. "type": "transparent"
  186. }
  187. }
  188. }
  189. },
  190. {
  191. "path": "pages/set/set",
  192. "style": {
  193. "navigationBarTitleText": "设置"
  194. }
  195. },
  196. {
  197. "path": "pages/set/address",
  198. "style": {
  199. "navigationBarTitleText": "收货地址"
  200. }
  201. },
  202. {
  203. "path": "pages/set/addressManage",
  204. "style": {
  205. "navigationBarTitleText": ""
  206. }
  207. },
  208. {
  209. "path": "pages/set/phone",
  210. "style": {
  211. "navigationBarTitleText": "实名认证"
  212. }
  213. },
  214. {
  215. "path": "pages/set/password",
  216. "style": {
  217. "navigationBarTitleText": "修改密码"
  218. }
  219. },
  220. {
  221. "path": "pages/set/userinfo",
  222. "style": {
  223. "navigationBarTitleText": "修改资料"
  224. }
  225. }, {
  226. "path": "pages/cart/cart",
  227. "style": {
  228. "navigationBarTitleText": "购物车"
  229. }
  230. },
  231. {
  232. "path": "pages/user/user",
  233. "style": {
  234. "navigationBarTitleText": "个人中心",
  235. "app-plus": {
  236. "titleNView": false
  237. }
  238. }
  239. },
  240. {
  241. "path": "pages/user/new",
  242. "style": {
  243. "navigationBarTitleText": "新品通知"
  244. }
  245. },
  246. {
  247. "path": "pages/user/living",
  248. "style": {
  249. "navigationBarTitleText": ""
  250. }
  251. },
  252. {
  253. "path": "pages/user/creation",
  254. "style": {
  255. "navigationBarTitleText": "创作中心"
  256. }
  257. },
  258. {
  259. "path": "pages/user/coupon",
  260. "style": {
  261. "navigationBarTitleText": "我的卡卷"
  262. }
  263. },
  264. {
  265. "path": "pages/user/evaluate",
  266. "style": {
  267. "navigationBarTitleText": "发帖"
  268. }
  269. },
  270. {
  271. "path": "pages/order/order",
  272. "style": {
  273. "navigationBarTitleText": "我的订单",
  274. "app-plus": {
  275. "bounce": "none"
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/order/expressInfo",
  281. "style": {
  282. "navigationBarTitleText": "快递详情"
  283. }
  284. },
  285. {
  286. "path": "pages/order/orderDetail",
  287. "style": {
  288. "navigationBarTitleText": "订单详情",
  289. "app-plus": {
  290. "bounce": "none"
  291. }
  292. }
  293. },
  294. {
  295. "path": "pages/order/evaluate",
  296. "style": {
  297. "navigationBarTitleText": "评论"
  298. }
  299. },
  300. {
  301. "path": "pages/order/orderRefund",
  302. "style": {
  303. "navigationBarTitleText": "申请退款"
  304. }
  305. },
  306. {
  307. "path": "pages/order/createOrder",
  308. "style": {
  309. "navigationBarTitleText": "创建订单"
  310. }
  311. }, {
  312. "path": "pages/money/pay",
  313. "style": {
  314. "navigationBarTitleText": "支付"
  315. }
  316. },
  317. {
  318. "path": "pages/money/paySuccess",
  319. "style": {
  320. "navigationBarTitleText": "支付成功"
  321. }
  322. },
  323. {
  324. "path": "pages/category/category",
  325. "style": {
  326. // #ifdef APP-PLUS
  327. "navigationStyle": "custom",
  328. // #endif
  329. // #ifndef MP
  330. "app-plus": {
  331. "bounce": "none",
  332. "titleNView": {
  333. "searchInput": {
  334. "backgroundColor": "rgba(231, 231, 231,.7)",
  335. "borderRadius": "16px",
  336. "placeholder": "商品搜索",
  337. "disabled": true,
  338. "placeholderColor": "#606266",
  339. "align": "left"
  340. }
  341. }
  342. },
  343. // #endif
  344. "navigationBarTitleText": "分类"
  345. }
  346. },
  347. {
  348. "path": "pages/redirect/redirect",
  349. "style": {
  350. "navigationBarTitleText": "微信登录跳转页面",
  351. "app-plus": {
  352. "titleNView": false
  353. }
  354. }
  355. },
  356. {
  357. "path": "pages/user/shareQrCode",
  358. "style": {
  359. "navigationBarTitleText": "邀请好友"
  360. }
  361. }
  362. ],
  363. "globalStyle": {
  364. "navigationBarTextStyle": "black",
  365. "navigationBarTitleText": "uni-app",
  366. "navigationBarBackgroundColor": "#FFFFFF",
  367. "backgroundColor": "#f8f8f8"
  368. },
  369. "tabBar": {
  370. "color": "#C0C4CC",
  371. "selectedColor": "#000000",
  372. "borderStyle": "black",
  373. "backgroundColor": "#ffffff",
  374. "list": [{
  375. "pagePath": "pages/index/index",
  376. "iconPath": "static/tabBar/tab-home.png",
  377. "selectedIconPath": "static/tabBar/tab-home-current.png",
  378. "text": "首页"
  379. },
  380. {
  381. "pagePath": "pages/zc/zc",
  382. "iconPath": "static/tabBar/tab-cate.png",
  383. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  384. "text": "种草专区"
  385. },
  386. {
  387. "pagePath": "pages/cart/cart",
  388. "iconPath": "static/tabBar/tab-cart.png",
  389. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  390. "text": "购物车"
  391. },
  392. {
  393. "pagePath": "pages/user/user",
  394. "iconPath": "static/tabBar/tab-my.png",
  395. "selectedIconPath": "static/tabBar/tab-my-current.png",
  396. "text": "我的"
  397. }
  398. ]
  399. }
  400. }