pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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/hall/halllist",
  23. "style": {
  24. "navigationBarTitleText": "会馆详情",
  25. "app-plus": {
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/cate/order",
  32. "style": {
  33. "navigationBarTitleText": "我的订单",
  34. "app-plus": {
  35. "titleNView": false
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/user/user",
  41. "style": {
  42. "navigationBarTitleText": "个人中心",
  43. "app-plus": {
  44. "titleNView": false
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/order/hallorderDetail",
  50. "style": {
  51. "navigationBarTitleText": "订单详情",
  52. "app-plus": {
  53. "bounce": "none"
  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/hall",
  85. "name": "hall",
  86. "pages": [
  87. {
  88. "path": "gsell",
  89. "style": {
  90. "navigationBarTitleText": "挂售"
  91. }
  92. },
  93. {
  94. "path": "hallpay",
  95. "style": {
  96. "navigationBarTitleText": "支付"
  97. }
  98. },
  99. {
  100. "path": "hall",
  101. "style": {
  102. "navigationBarTitleText": "会馆",
  103. "app-plus": {
  104. "titleNView": false
  105. }
  106. }
  107. }
  108. ]
  109. },{
  110. "root": "pages/address",
  111. "name": "address",
  112. "pages": [
  113. {
  114. "path": "address",
  115. "style": {
  116. "navigationBarTitleText": "添加收货地址"
  117. }
  118. },
  119. {
  120. "path": "addressManage",
  121. "style": {
  122. "navigationBarTitleText": "新增收货地址"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "pages/index",
  129. "name": "index",
  130. "pages": [
  131. {
  132. "path": "downLoad",
  133. "style": {
  134. "navigationBarTitleText": "下载",
  135. "app-plus": {
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "message",
  142. "style": {
  143. "navigationBarTitleText": "官方公告"
  144. }
  145. },
  146. {
  147. "path": "search",
  148. "style": {
  149. "enablePullDownRefresh": true,
  150. // #ifdef MP
  151. "navigationStyle": "custom",
  152. // #endif
  153. //#ifdef H5
  154. "navigationStyle": "default",
  155. //#endif
  156. // #ifndef MP
  157. "app-plus": {
  158. "titleNView": {
  159. "searchInput": {
  160. "backgroundColor": "rgba(231, 231, 231,.7)",
  161. "borderRadius": "16px",
  162. "placeholder": "请输入关键字",
  163. "disabled": false,
  164. "placeholderColor": "#606266",
  165. "align": "left"
  166. },
  167. "buttons": [{
  168. "text": "搜索",
  169. "fontSize": "14",
  170. "color": "#303133",
  171. "background": "rgba(0,0,0,0)",
  172. "width": "40px"
  173. }]
  174. }
  175. },
  176. // #endif
  177. "navigationBarTitleText": "搜索"
  178. }
  179. },
  180. {
  181. "path": "product",
  182. "style": {
  183. "navigationBarTitleText": "商品详情"
  184. }
  185. },
  186. {
  187. "path": "artDetail",
  188. "style": {
  189. "navigationBarTitleText": "详情"
  190. }
  191. },
  192. {
  193. "path": "messageInfo",
  194. "style": {
  195. "navigationBarTitleText": "公告详情"
  196. }
  197. },
  198. {
  199. "path": "category",
  200. "style": {
  201. "navigationBarTitleText": "分类"
  202. }
  203. }
  204. ]
  205. },
  206. {
  207. "root": "pages/money",
  208. "name": "money",
  209. "pages": [
  210. {
  211. "path": "qudou",
  212. "style": {
  213. "navigationBarTitleText": "我的积分",
  214. "enablePullDownRefresh": false,
  215. "app-plus": {
  216. "titleNView": false
  217. }
  218. }
  219. },
  220. {
  221. "path": "moneyPwd",
  222. "style": {
  223. "navigationBarTitleText": "交易密码",
  224. "navigationBarBackgroundColor": "#FFFFFF",
  225. "navigationBarTextStyle": "black"
  226. }
  227. },
  228. {
  229. "path": "withdrawal",
  230. "style": {
  231. "navigationBarTitleText": "提现"
  232. }
  233. },
  234. {
  235. "path": "recharge",
  236. "style": {
  237. "navigationBarTitleText": "充值"
  238. }
  239. },
  240. {
  241. "path": "success",
  242. "style": {
  243. "navigationBarTitleText": "提交成功"
  244. }
  245. }
  246. ]
  247. },
  248. {
  249. "root": "pages/user",
  250. "name": "user",
  251. "pages": [
  252. {
  253. "path": "mygs",
  254. "style": {
  255. "navigationBarTitleText": "我的收益",
  256. "app-plus": {
  257. "titleNView": false
  258. }
  259. }
  260. },
  261. {
  262. "path": "award",
  263. "style": {
  264. "navigationBarTitleText": "奖励明细",
  265. "app-plus": {
  266. "titleNView": {
  267. "type": "transparent"
  268. }
  269. }
  270. }
  271. },
  272. {
  273. "path": "sucai",
  274. "style": {
  275. "navigationBarTitleText": "我的素材"
  276. }
  277. },
  278. {
  279. "path": "shareQrCode",
  280. "style": {
  281. "navigationBarTitleText": "邀请好友"
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "root": "pages/set",
  288. "name": "set",
  289. "pages": [
  290. {
  291. "path": "set",
  292. "style": {
  293. "navigationBarTitleText": "设置"
  294. }
  295. },
  296. {
  297. "path": "password",
  298. "style": {
  299. "navigationBarTitleText": "修改密码"
  300. }
  301. },
  302. {
  303. "path": "userinfo",
  304. "style": {
  305. "navigationBarTitleText": "修改资料"
  306. }
  307. }
  308. ]
  309. },
  310. {
  311. "root": "pages/public",
  312. "name": "public",
  313. "pages": [
  314. {
  315. "path": "forget",
  316. "style": {
  317. "navigationBarTitleText": "忘记密码",
  318. "app-plus": {
  319. "titleNView": {
  320. "type": "transparent"
  321. }
  322. }
  323. }
  324. },
  325. {
  326. "path": "login",
  327. "style": {
  328. "navigationBarTitleText": "登录",
  329. "app-plus": {
  330. "titleNView": {
  331. "type": "transparent"
  332. }
  333. }
  334. }
  335. },
  336. {
  337. "path": "register",
  338. "style": {
  339. "navigationBarTitleText": "注册",
  340. "app-plus": {
  341. "titleNView": {
  342. "type": "transparent"
  343. }
  344. }
  345. }
  346. }
  347. ]
  348. },
  349. {
  350. "root": "pages/order",
  351. "name": "order",
  352. "pages": [
  353. {
  354. "path": "order",
  355. "style": {
  356. "navigationBarTitleText": "我的订单",
  357. "app-plus": {
  358. "bounce": "none"
  359. }
  360. }
  361. },
  362. {
  363. "path": "refundOrder",
  364. "style": {
  365. "navigationBarTitleText": "退款订单",
  366. "app-plus": {
  367. "bounce": "none"
  368. }
  369. }
  370. },
  371. {
  372. "path": "orderDetail",
  373. "style": {
  374. "navigationBarTitleText": "订单详情",
  375. "app-plus": {
  376. "bounce": "none"
  377. }
  378. }
  379. },
  380. {
  381. "path": "orderRefund",
  382. "style": {
  383. "navigationBarTitleText": "申请退款"
  384. }
  385. },
  386. {
  387. "path": "createOrder",
  388. "style": {
  389. "navigationBarTitleText": "创建订单"
  390. }
  391. }
  392. ]
  393. }
  394. ],
  395. "globalStyle": {
  396. "navigationBarTextStyle": "black",
  397. "navigationBarTitleText": "uni-app",
  398. "navigationBarBackgroundColor": "#FFFFFF",
  399. "backgroundColor": "#f8f8f8"
  400. },
  401. "tabBar": {
  402. "color": "#C0C4CC",
  403. "selectedColor": "#000000",
  404. "borderStyle": "black",
  405. "backgroundColor": "#ffffff",
  406. "list": [{
  407. "pagePath": "pages/index/index",
  408. "iconPath": "static/tabBar/tab-home.png",
  409. "selectedIconPath": "static/tabBar/tab-home-current.png",
  410. "text": "首页"
  411. },
  412. {
  413. "pagePath": "pages/hall/halllist",
  414. "iconPath": "static/tabBar/tab-cate.png",
  415. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  416. "text": "参赛"
  417. },
  418. {
  419. "pagePath": "pages/cate/order",
  420. "iconPath": "static/tabBar/tab-pink.png",
  421. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  422. "text": "我的订单"
  423. },
  424. {
  425. "pagePath": "pages/user/user",
  426. "iconPath": "static/tabBar/tab-my.png",
  427. "selectedIconPath": "static/tabBar/tab-my-current.png",
  428. "text": "我的"
  429. }
  430. ]
  431. }
  432. }