pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  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. }
  214. },
  215. {
  216. "path": "pages/user/award",
  217. "style": {
  218. "navigationBarTitleText": "奖励明细",
  219. "app-plus": {
  220. "titleNView": {
  221. "type": "transparent"
  222. }
  223. }
  224. }
  225. },
  226. {
  227. "path": "pages/user/withdrawal",
  228. "style": {
  229. "navigationBarTitleText": "奖励提现"
  230. }
  231. },
  232. {
  233. "path": "pages/user/notice",
  234. "style": {
  235. "navigationBarTitleText": "通知"
  236. }
  237. },
  238. {
  239. "path": "pages/user/favorites",
  240. "style": {
  241. "navigationBarTitleText": "收藏夹"
  242. }
  243. }, {
  244. "path": "pages/user/coupon",
  245. "style": {
  246. "navigationBarTitleText": "我的卡卷"
  247. }
  248. },
  249. {
  250. "path": "pages/user/scoreAccumulate",
  251. "style": {
  252. "navigationBarTitleText": "积分明细"
  253. }
  254. },
  255. {
  256. "path": "pages/user/xrtd",
  257. "style": {
  258. "navigationBarTitleText": "新人通道"
  259. }
  260. },
  261. {
  262. "path": "pages/user/sqjl",
  263. "style": {
  264. "navigationBarTitleText": "申请记录"
  265. }
  266. },
  267. {
  268. "path": "pages/order/order",
  269. "style": {
  270. "navigationBarTitleText": "我的订单",
  271. "app-plus": {
  272. "bounce": "none"
  273. }
  274. }
  275. },
  276. {
  277. "path": "pages/order/expressInfo",
  278. "style": {
  279. "navigationBarTitleText": "快递详情"
  280. }
  281. },
  282. {
  283. "path": "pages/order/orderDetail",
  284. "style": {
  285. "navigationBarTitleText": "订单详情",
  286. "app-plus": {
  287. "bounce": "none"
  288. }
  289. }
  290. },
  291. {
  292. "path": "pages/order/evaluate",
  293. "style": {
  294. "navigationBarTitleText": "评论"
  295. }
  296. },
  297. {
  298. "path": "pages/order/orderRefund",
  299. "style": {
  300. "navigationBarTitleText": "申请退款"
  301. }
  302. },
  303. {
  304. "path": "pages/order/createOrder",
  305. "style": {
  306. "navigationBarTitleText": "创建订单"
  307. }
  308. }, {
  309. "path": "pages/money/pay",
  310. "style": {
  311. "navigationBarTitleText": "支付"
  312. }
  313. },
  314. {
  315. "path": "pages/money/paySuccess",
  316. "style": {
  317. "navigationBarTitleText": "支付成功"
  318. }
  319. },
  320. {
  321. "path": "pages/money/wallet",
  322. "style": {
  323. "navigationBarTitleText": "我的钱包",
  324. "app-plus": {
  325. "titleNView": {
  326. "type": "transparent"
  327. }
  328. }
  329. }
  330. },
  331. {
  332. "path": "pages/money/account",
  333. "style": {
  334. "navigationBarTitleText": "提现账号"
  335. }
  336. },
  337. {
  338. "path": "pages/money/withdrawal",
  339. "style": {
  340. "navigationBarTitleText": "提现"
  341. }
  342. },
  343. {
  344. "path": "pages/money/recharge",
  345. "style": {
  346. "navigationBarTitleText": "充值"
  347. }
  348. },
  349. {
  350. "path": "pages/category/category",
  351. "style": {
  352. // #ifdef APP-PLUS
  353. "navigationStyle": "custom",
  354. // #endif
  355. // #ifndef MP
  356. "app-plus": {
  357. "bounce": "none",
  358. "titleNView": {
  359. "searchInput": {
  360. "backgroundColor": "rgba(231, 231, 231,.7)",
  361. "borderRadius": "16px",
  362. "placeholder": "商品搜索",
  363. "disabled": true,
  364. "placeholderColor": "#606266",
  365. "align": "left"
  366. }
  367. }
  368. },
  369. // #endif
  370. "navigationBarTitleText": "分类"
  371. }
  372. },
  373. {
  374. "path": "pages/redirect/redirect",
  375. "style": {
  376. "navigationBarTitleText": "微信登录跳转页面",
  377. "app-plus": {
  378. "titleNView": false
  379. }
  380. }
  381. },
  382. {
  383. "path": "pages/hall/hall",
  384. "style": {
  385. "navigationBarTitleText": "趣豆会馆",
  386. "app-plus": {
  387. "titleNView": false
  388. }
  389. }
  390. },
  391. {
  392. "path": "pages/hall/halllist",
  393. "style": {
  394. "navigationBarTitleText": "会馆详情",
  395. "app-plus": {
  396. "titleNView": false
  397. }
  398. }
  399. },
  400. {
  401. "path": "pages/hall/hallinfo",
  402. "style": {
  403. "navigationBarTitleText": "场次详情",
  404. "app-plus": {
  405. "titleNView": false
  406. }
  407. }
  408. },
  409. {
  410. "path": "pages/money/money",
  411. "style": {
  412. "navigationBarTitleText": "财务",
  413. "app-plus": {
  414. "titleNView": false
  415. }
  416. }
  417. },
  418. {
  419. "path": "pages/user/shareQrCode",
  420. "style": {
  421. "navigationBarTitleText": "邀请好友"
  422. }
  423. }
  424. ],
  425. "globalStyle": {
  426. "navigationBarTextStyle": "black",
  427. "navigationBarTitleText": "uni-app",
  428. "navigationBarBackgroundColor": "#FFFFFF",
  429. "backgroundColor": "#f8f8f8"
  430. },
  431. "tabBar": {
  432. "color": "#C0C4CC",
  433. "selectedColor": "#375AFE",
  434. "borderStyle": "black",
  435. "backgroundColor": "#ffffff",
  436. "list": [{
  437. "pagePath": "pages/index/index"
  438. // "iconPath": "static/tabBar/tab-home.png",
  439. // "selectedIconPath": "static/tabBar/tab-home-current.png",
  440. // "text": "首页"
  441. },
  442. {
  443. "pagePath": "pages/order/order"
  444. // "iconPath": "static/tabBar/tab-cate.png",
  445. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  446. // "text": "订单"
  447. },
  448. {
  449. "pagePath": "pages/hall/hall"
  450. // "iconPath": "static/tabBar/tab-pink.png",
  451. // "selectedIconPath": "static/tabBar/tab-pink.png",
  452. // "text": "趣豆会馆"
  453. },
  454. {
  455. "pagePath": "pages/money/money"
  456. // "iconPath": "static/tabBar/tab-cart.png",
  457. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  458. // "text": "财务"
  459. },
  460. {
  461. "pagePath": "pages/user/user"
  462. // "iconPath": "static/tabBar/tab-my.png",
  463. // "selectedIconPath": "static/tabBar/tab-my-current.png",
  464. // "text": "我的"
  465. }
  466. ]
  467. }
  468. }