pages.json 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "none"
  16. }
  17. },
  18. // #endif
  19. "navigationBarTitleText": "商城首页"
  20. }
  21. },
  22. {
  23. "path": "pages/index/sign",
  24. "style": {
  25. "navigationBarTitleText": "每日签到",
  26. "app-plus": {
  27. "titleNView": {
  28. "type": "transparent"
  29. }
  30. }
  31. }
  32. },{
  33. "path": "pages/public/register",
  34. "style": {
  35. "navigationBarTitleText": "注册",
  36. "app-plus": {
  37. "titleNView": {
  38. "type": "transparent"
  39. }
  40. }
  41. }
  42. }, {
  43. "path": "pages/public/login",
  44. "style": {
  45. "navigationBarTitleText": "登录",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/public/wxLogin",
  55. "style": {
  56. "navigationBarTitleText": "微信登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/forget",
  66. "style": {
  67. "navigationBarTitleText": "忘记密码",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/product/reply",
  77. "style": {
  78. "navigationBarTitleText": "商品评价",
  79. "app-plus": {
  80. "titleNView": {
  81. "type": "transparent"
  82. }
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/product/product",
  88. "style": {
  89. "navigationBarTitleText": "详情展示",
  90. "app-plus": {
  91. "titleNView": {
  92. "type": "transparent"
  93. }
  94. }
  95. }
  96. },
  97. {
  98. "path": "pages/hall/porducthall",
  99. "style": {
  100. "navigationBarTitleText": "详情展示",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/product/list",
  110. "style": {
  111. "navigationBarTitleText": "商品列表"
  112. }
  113. },
  114. {
  115. "path": "pages/index/message",
  116. "style": {
  117. "navigationBarTitleText": "官方公告"
  118. }
  119. },
  120. {
  121. "path": "pages/index/messageInfo",
  122. "style": {
  123. "navigationBarTitleText": "公告详情"
  124. }
  125. },
  126. {
  127. "path": "pages/product/search",
  128. "style": {
  129. "enablePullDownRefresh": true,
  130. // #ifdef APP-PLUS
  131. "navigationStyle": "custom",
  132. // #endif
  133. // #ifndef MP || APP-PLUS
  134. "app-plus": {
  135. "titleNView": {
  136. "searchInput": {
  137. "backgroundColor": "rgba(231, 231, 231,.7)",
  138. "borderRadius": "16px",
  139. "placeholder": "请输入关键字",
  140. "disabled": false,
  141. "placeholderColor": "#606266",
  142. "align": "left"
  143. },
  144. "buttons": [{
  145. "text": "搜索",
  146. "fontSize": "14",
  147. "color": "#303133",
  148. "background": "rgba(0,0,0,0)",
  149. "width": "40px"
  150. }]
  151. }
  152. },
  153. // #endif
  154. "navigationBarTitleText": "搜索"
  155. }
  156. },
  157. {
  158. "path": "pages/product/classify",
  159. "style": {
  160. "navigationStyle": "custom",
  161. "app-plus": {
  162. "titleNView": {
  163. "type": "transparent"
  164. }
  165. }
  166. }
  167. },
  168. {
  169. "path": "pages/set/set",
  170. "style": {
  171. "navigationBarTitleText": "设置"
  172. }
  173. },
  174. {
  175. "path": "pages/set/address",
  176. "style": {
  177. "navigationBarTitleText": "收货地址"
  178. }
  179. },
  180. {
  181. "path": "pages/set/addressManage",
  182. "style": {
  183. "navigationBarTitleText": ""
  184. }
  185. },
  186. {
  187. "path": "pages/set/phone",
  188. "style": {
  189. "navigationBarTitleText": "实名认证"
  190. }
  191. },
  192. {
  193. "path": "pages/set/password",
  194. "style": {
  195. "navigationBarTitleText": "修改密码"
  196. }
  197. },
  198. {
  199. "path": "pages/set/userinfo",
  200. "style": {
  201. "navigationBarTitleText": "修改资料"
  202. }
  203. }, {
  204. "path": "pages/cart/cart",
  205. "style": {
  206. "navigationBarTitleText": "购物车"
  207. }
  208. },
  209. {
  210. "path": "pages/user/user",
  211. "style": {
  212. "navigationBarTitleText": "个人中心",
  213. "app-plus": {
  214. "titleNView": false
  215. }
  216. }
  217. },
  218. {
  219. "path": "pages/user/award",
  220. "style": {
  221. "navigationBarTitleText": "奖励明细",
  222. "app-plus": {
  223. "titleNView": {
  224. "type": "transparent"
  225. }
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/user/withdrawal",
  231. "style": {
  232. "navigationBarTitleText": "奖励提现"
  233. }
  234. },
  235. {
  236. "path": "pages/user/notice",
  237. "style": {
  238. "navigationBarTitleText": "通知"
  239. }
  240. },
  241. {
  242. "path": "pages/user/favorites",
  243. "style": {
  244. "navigationBarTitleText": "收藏夹"
  245. }
  246. }, {
  247. "path": "pages/user/coupon",
  248. "style": {
  249. "navigationBarTitleText": "我的卡卷"
  250. }
  251. },
  252. {
  253. "path": "pages/user/scoreAccumulate",
  254. "style": {
  255. "navigationBarTitleText": "积分明细"
  256. }
  257. },
  258. {
  259. "path": "pages/user/xrtd",
  260. "style": {
  261. "navigationBarTitleText": "新人通道"
  262. }
  263. },
  264. {
  265. "path": "pages/user/sqjl",
  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/hall/hallpay",
  296. "style": {
  297. "navigationBarTitleText": "支付"
  298. }
  299. },
  300. {
  301. "path": "pages/order/evaluate",
  302. "style": {
  303. "navigationBarTitleText": "评论"
  304. }
  305. },
  306. {
  307. "path": "pages/order/orderRefund",
  308. "style": {
  309. "navigationBarTitleText": "申请退款"
  310. }
  311. },
  312. {
  313. "path": "pages/order/createOrder",
  314. "style": {
  315. "navigationBarTitleText": "创建订单"
  316. }
  317. }, {
  318. "path": "pages/money/pay",
  319. "style": {
  320. "navigationBarTitleText": "支付"
  321. }
  322. },
  323. {
  324. "path": "pages/money/paySuccess",
  325. "style": {
  326. "navigationBarTitleText": "支付成功"
  327. }
  328. },
  329. {
  330. "path": "pages/money/wallet",
  331. "style": {
  332. "navigationBarTitleText": "我的钱包",
  333. "app-plus": {
  334. "titleNView": {
  335. "type": "transparent"
  336. }
  337. }
  338. }
  339. },
  340. {
  341. "path": "pages/money/account",
  342. "style": {
  343. "navigationBarTitleText": "提现账号"
  344. }
  345. },
  346. {
  347. "path": "pages/money/withdrawal",
  348. "style": {
  349. "navigationBarTitleText": "提现"
  350. }
  351. },
  352. {
  353. "path": "pages/money/recharge",
  354. "style": {
  355. "navigationBarTitleText": "充值"
  356. }
  357. },
  358. {
  359. "path": "pages/category/category",
  360. "style": {
  361. // #ifdef APP-PLUS
  362. "navigationStyle": "custom",
  363. // #endif
  364. // #ifndef MP
  365. "app-plus": {
  366. "bounce": "none",
  367. "titleNView": {
  368. "searchInput": {
  369. "backgroundColor": "rgba(231, 231, 231,.7)",
  370. "borderRadius": "16px",
  371. "placeholder": "商品搜索",
  372. "disabled": true,
  373. "placeholderColor": "#606266",
  374. "align": "left"
  375. }
  376. }
  377. },
  378. // #endif
  379. "navigationBarTitleText": "分类"
  380. }
  381. },
  382. {
  383. "path": "pages/redirect/redirect",
  384. "style": {
  385. "navigationBarTitleText": "微信登录跳转页面",
  386. "app-plus": {
  387. "titleNView": false
  388. }
  389. }
  390. },
  391. {
  392. "path": "pages/hall/hall",
  393. "style": {
  394. "navigationBarTitleText": "趣豆会馆",
  395. "app-plus": {
  396. "titleNView": false
  397. }
  398. }
  399. },
  400. {
  401. "path": "pages/hall/halllist",
  402. "style": {
  403. "navigationBarTitleText": "会馆详情",
  404. "app-plus": {
  405. "titleNView": false
  406. }
  407. }
  408. },
  409. {
  410. "path": "pages/hall/hallinfo",
  411. "style": {
  412. "navigationBarTitleText": "场次详情",
  413. "app-plus": {
  414. "titleNView": false
  415. }
  416. }
  417. },
  418. {
  419. "path": "pages/hall/history",
  420. "style": {
  421. "navigationBarTitleText": "场次详情"
  422. }
  423. },
  424. {
  425. "path": "pages/money/money",
  426. "style": {
  427. "navigationBarTitleText": "财务",
  428. "app-plus": {
  429. "titleNView": false
  430. }
  431. }
  432. },
  433. {
  434. "path": "pages/user/shareQrCode",
  435. "style": {
  436. "navigationBarTitleText": "邀请好友"
  437. }
  438. }
  439. ],
  440. "globalStyle": {
  441. "navigationBarTextStyle": "black",
  442. "navigationBarTitleText": "uni-app",
  443. "navigationBarBackgroundColor": "#FFFFFF",
  444. "backgroundColor": "#f8f8f8"
  445. },
  446. "tabBar": {
  447. "color": "#C0C4CC",
  448. "selectedColor": "#375AFE",
  449. "borderStyle": "black",
  450. "backgroundColor": "#ffffff",
  451. "list": [{
  452. "pagePath": "pages/index/index"
  453. // "iconPath": "static/tabBar/tab-home.png",
  454. // "selectedIconPath": "static/tabBar/tab-home-current.png",
  455. // "text": "首页"
  456. },
  457. {
  458. "pagePath": "pages/order/order"
  459. // "iconPath": "static/tabBar/tab-cate.png",
  460. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  461. // "text": "订单"
  462. },
  463. {
  464. "pagePath": "pages/hall/hall"
  465. // "iconPath": "static/tabBar/tab-pink.png",
  466. // "selectedIconPath": "static/tabBar/tab-pink.png",
  467. // "text": "趣豆会馆"
  468. },
  469. {
  470. "pagePath": "pages/money/money"
  471. // "iconPath": "static/tabBar/tab-cart.png",
  472. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  473. // "text": "财务"
  474. },
  475. {
  476. "pagePath": "pages/user/user"
  477. // "iconPath": "static/tabBar/tab-my.png",
  478. // "selectedIconPath": "static/tabBar/tab-my-current.png",
  479. // "text": "我的"
  480. }
  481. ]
  482. }
  483. }