pages.json 9.6 KB

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