pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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. // 模块分包
  50. "subPackages": [{
  51. "root": "pages/collection",
  52. "name": "collection",
  53. "pages": [
  54. {
  55. "path": "bank",
  56. "style": {
  57. "navigationBarTitleText": "添加银行卡"
  58. }
  59. },
  60. {
  61. "path": "zfb",
  62. "style": {
  63. "navigationBarTitleText": "添加支付宝"
  64. }
  65. },
  66. {
  67. "path": "wx",
  68. "style": {
  69. "navigationBarTitleText": "添加微信"
  70. }
  71. }
  72. ]
  73. },
  74. {
  75. "root": "pages/share",
  76. "name": "share",
  77. "pages": [ {
  78. "path": "plshare",
  79. "style": {
  80. "navigationBarTitleText": "分享内容"
  81. }
  82. },
  83. {
  84. "path": "wzshare",
  85. "style": {
  86. "navigationBarTitleText": "分享内容"
  87. }
  88. },
  89. {
  90. "path": "share",
  91. "style": {
  92. "navigationBarTitleText": "种草专区",
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path": "plDetail",
  100. "style": {
  101. "navigationBarTitleText": "内容详情",
  102. "app-plus": {
  103. "titleNView": {
  104. "type": "transparent"
  105. }
  106. }
  107. }
  108. },
  109. {
  110. "path": "wzDetail",
  111. "style": {
  112. "navigationBarTitleText": "内容详情",
  113. "app-plus": {
  114. "titleNView": {
  115. "type": "transparent"
  116. }
  117. }
  118. }
  119. }]
  120. },
  121. {
  122. "root": "pages/address",
  123. "name": "address",
  124. "pages": [
  125. {
  126. "path": "address",
  127. "style": {
  128. "navigationBarTitleText": "添加收货地址"
  129. }
  130. },
  131. {
  132. "path": "addressManage",
  133. "style": {
  134. "navigationBarTitleText": "新增收货地址"
  135. }
  136. }
  137. ]
  138. },
  139. {
  140. "root": "pages/index",
  141. "name": "index",
  142. "pages": [
  143. {
  144. "path": "downLoad",
  145. "style": {
  146. "navigationBarTitleText": "下载",
  147. "app-plus": {
  148. "titleNView": false
  149. }
  150. }
  151. },
  152. {
  153. "path": "message",
  154. "style": {
  155. "navigationBarTitleText": "官方公告"
  156. }
  157. },
  158. {
  159. "path": "search",
  160. "style": {
  161. "enablePullDownRefresh": true,
  162. // #ifdef MP
  163. "navigationStyle": "custom",
  164. // #endif
  165. //#ifdef H5
  166. "navigationStyle": "default",
  167. //#endif
  168. // #ifndef MP
  169. "app-plus": {
  170. "titleNView": {
  171. "searchInput": {
  172. "backgroundColor": "rgba(231, 231, 231,.7)",
  173. "borderRadius": "16px",
  174. "placeholder": "请输入关键字",
  175. "disabled": false,
  176. "placeholderColor": "#606266",
  177. "align": "left"
  178. },
  179. "buttons": [{
  180. "text": "搜索",
  181. "fontSize": "14",
  182. "color": "#303133",
  183. "background": "rgba(0,0,0,0)",
  184. "width": "40px"
  185. }]
  186. }
  187. },
  188. // #endif
  189. "navigationBarTitleText": "搜索"
  190. }
  191. },
  192. {
  193. "path": "product",
  194. "style": {
  195. "navigationBarTitleText": "商品详情"
  196. }
  197. },
  198. {
  199. "path": "artDetail",
  200. "style": {
  201. "navigationBarTitleText": "详情"
  202. }
  203. },
  204. {
  205. "path": "messageInfo",
  206. "style": {
  207. "navigationBarTitleText": "公告详情"
  208. }
  209. },
  210. {
  211. "path": "category",
  212. "style": {
  213. "navigationBarTitleText": "分类"
  214. }
  215. }
  216. ]
  217. },
  218. {
  219. "root": "pages/money",
  220. "name": "money",
  221. "pages": [
  222. {
  223. "path": "qudou",
  224. "style": {
  225. "navigationBarTitleText": "我的积分",
  226. "enablePullDownRefresh": false,
  227. "app-plus": {
  228. "titleNView": false
  229. }
  230. }
  231. },
  232. {
  233. "path": "moneyPwd",
  234. "style": {
  235. "navigationBarTitleText": "交易密码",
  236. "navigationBarBackgroundColor": "#FFFFFF",
  237. "navigationBarTextStyle": "black"
  238. }
  239. },
  240. {
  241. "path": "withdrawal",
  242. "style": {
  243. "navigationBarTitleText": "提现"
  244. }
  245. },
  246. {
  247. "path": "recharge",
  248. "style": {
  249. "navigationBarTitleText": "充值"
  250. }
  251. },
  252. {
  253. "path": "success",
  254. "style": {
  255. "navigationBarTitleText": "提交成功"
  256. }
  257. }
  258. ]
  259. },
  260. {
  261. "root": "pages/user",
  262. "name": "user",
  263. "pages": [
  264. {
  265. "path": "mygs",
  266. "style": {
  267. "navigationBarTitleText": "我的收益",
  268. "app-plus": {
  269. "titleNView": false
  270. }
  271. }
  272. },
  273. {
  274. "path": "award",
  275. "style": {
  276. "navigationBarTitleText": "奖励明细",
  277. "app-plus": {
  278. "titleNView": {
  279. "type": "transparent"
  280. }
  281. }
  282. }
  283. },
  284. {
  285. "path": "sucai",
  286. "style": {
  287. "navigationBarTitleText": "我的素材"
  288. }
  289. },
  290. {
  291. "path": "jiance",
  292. "style": {
  293. "navigationBarTitleText": "我的检测"
  294. }
  295. },
  296. {
  297. "path": "shareQrCode",
  298. "style": {
  299. "navigationBarTitleText": "邀请好友"
  300. }
  301. }
  302. ]
  303. },
  304. {
  305. "root": "pages/set",
  306. "name": "set",
  307. "pages": [
  308. {
  309. "path": "set",
  310. "style": {
  311. "navigationBarTitleText": "设置"
  312. }
  313. },
  314. {
  315. "path": "password",
  316. "style": {
  317. "navigationBarTitleText": "修改密码"
  318. }
  319. },
  320. {
  321. "path": "userinfo",
  322. "style": {
  323. "navigationBarTitleText": "修改资料"
  324. }
  325. }
  326. ]
  327. },
  328. {
  329. "root": "pages/public",
  330. "name": "public",
  331. "pages": [
  332. {
  333. "path": "forget",
  334. "style": {
  335. "navigationBarTitleText": "忘记密码",
  336. "app-plus": {
  337. "titleNView": {
  338. "type": "transparent"
  339. }
  340. }
  341. }
  342. },
  343. {
  344. "path": "login",
  345. "style": {
  346. "navigationBarTitleText": "登录",
  347. "app-plus": {
  348. "titleNView": {
  349. "type": "transparent"
  350. }
  351. }
  352. }
  353. },
  354. {
  355. "path": "register",
  356. "style": {
  357. "navigationBarTitleText": "注册",
  358. "app-plus": {
  359. "titleNView": {
  360. "type": "transparent"
  361. }
  362. }
  363. }
  364. }
  365. ]
  366. },
  367. {
  368. "root": "pages/order",
  369. "name": "order",
  370. "pages": [
  371. {
  372. "path": "order",
  373. "style": {
  374. "navigationBarTitleText": "我的订单",
  375. "app-plus": {
  376. "bounce": "none"
  377. }
  378. }
  379. },
  380. {
  381. "path": "refundOrder",
  382. "style": {
  383. "navigationBarTitleText": "退款订单",
  384. "app-plus": {
  385. "bounce": "none"
  386. }
  387. }
  388. },
  389. {
  390. "path": "orderDetail",
  391. "style": {
  392. "navigationBarTitleText": "订单详情",
  393. "app-plus": {
  394. "bounce": "none"
  395. }
  396. }
  397. },
  398. {
  399. "path": "orderRefund",
  400. "style": {
  401. "navigationBarTitleText": "申请退款"
  402. }
  403. },
  404. {
  405. "path": "createOrder",
  406. "style": {
  407. "navigationBarTitleText": "创建订单"
  408. }
  409. }
  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": "#000000",
  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/share/share",
  432. "iconPath": "static/tabBar/tab-cate.png",
  433. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  434. "text": "参赛"
  435. },
  436. {
  437. "pagePath": "pages/cate/order",
  438. "iconPath": "static/tabBar/tab-pink.png",
  439. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  440. "text": "我的订单"
  441. },
  442. {
  443. "pagePath": "pages/user/user",
  444. "iconPath": "static/tabBar/tab-my.png",
  445. "selectedIconPath": "static/tabBar/tab-my-current.png",
  446. "text": "我的"
  447. }
  448. ]
  449. }
  450. }