pages.json 8.5 KB

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