pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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": "transparent",
  16. // "searchInput": {
  17. // "backgroundColor": "rgba(231, 231, 231,.7)",
  18. // "borderRadius": "16px",
  19. // "placeholder": "请输入关键字",
  20. // "disabled": true,
  21. // "placeholderColor": "#606266",
  22. // "align": "left"
  23. // },
  24. // "buttons": [{
  25. // "fontSrc": "/static/yticon.ttf",
  26. // "text": "\ue60d",
  27. // "fontSize": "26",
  28. // "color": "#303133",
  29. // "float": "left",
  30. // "background": "rgba(0,0,0,0)"
  31. // },
  32. // {
  33. // "fontSrc": "/static/yticon.ttf",
  34. // "text": "\ue744",
  35. // "fontSize": "27",
  36. // "color": "#303133",
  37. // "background": "rgba(0,0,0,0)"
  38. // }
  39. // ]
  40. // }
  41. // },
  42. // #endif
  43. "navigationBarTitleText": "商城首页",
  44. "app-plus": {
  45. "titleNView":false
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/public/register",
  51. "style": {
  52. "navigationBarTitleText": "注册",
  53. "app-plus": {
  54. "titleNView": {
  55. "type": "transparent"
  56. }
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/index/appointment",
  62. "style": {
  63. "navigationBarTitleText": "自动预约",
  64. "app-plus": {
  65. "titleNView": {
  66. }
  67. }
  68. }
  69. },{
  70. "path": "pages/public/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "app-plus": {
  74. "titleNView": {
  75. "type": "transparent"
  76. }
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/public/wxLogin",
  82. "style": {
  83. "navigationBarTitleText": "微信登录",
  84. "app-plus": {
  85. "titleNView": {
  86. "type": "transparent"
  87. }
  88. }
  89. }
  90. },
  91. {
  92. "path": "pages/money/payment",
  93. "style": {
  94. "navigationBarTitleText": "支付密码"
  95. }
  96. },
  97. {
  98. "path": "pages/public/forget",
  99. "style": {
  100. "navigationBarTitleText": "忘记密码",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/set/set",
  110. "style": {
  111. "navigationBarTitleText": "设置"
  112. }
  113. },
  114. {
  115. "path": "pages/set/address",
  116. "style": {
  117. "navigationBarTitleText": "收货地址"
  118. }
  119. },
  120. {
  121. "path": "pages/assets/myPing",
  122. "style": {
  123. "navigationBarTitleText": "我的拼购"
  124. }
  125. },
  126. {
  127. "path": "pages/assets/teamDetails",
  128. "style": {
  129. "navigationBarTitleText": "我的组队详情"
  130. }
  131. },
  132. {
  133. "path": "pages/assets/transfer",
  134. "style": {
  135. "navigationBarTitleText": "转账",
  136. "app-plus": {
  137. "titleNView": false
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/assets/recharge",
  143. "style": {
  144. "navigationBarTitleText": "充币"
  145. }
  146. },
  147. {
  148. "path": "pages/assets/withdraw",
  149. "style": {
  150. "navigationBarTitleText": "提币",
  151. "app-plus": {
  152. "titleNView": false
  153. }
  154. }
  155. },
  156. {
  157. "path": "pages/set/addressManage",
  158. "style": {
  159. "navigationBarTitleText": ""
  160. }
  161. },
  162. {
  163. "path": "pages/user/extension",
  164. "style": {
  165. "navigationBarTitleText": "我的推广",
  166. "app-plus": {
  167. "titleNView": false
  168. }
  169. }
  170. },
  171. {
  172. "path": "pages/index/node",
  173. "style": {
  174. "navigationBarTitleText": "节点",
  175. "app-plus": {
  176. "titleNView": false
  177. }
  178. }
  179. },
  180. {
  181. "path": "pages/set/phone",
  182. "style": {
  183. "navigationBarTitleText": "实名认证"
  184. }
  185. },
  186. {
  187. "path": "pages/set/password",
  188. "style": {
  189. "navigationBarTitleText": "修改密码"
  190. }
  191. },
  192. {
  193. "path": "pages/set/userinfo",
  194. "style": {
  195. "navigationBarTitleText": "修改资料"
  196. }
  197. },
  198. {
  199. "path": "pages/user/user",
  200. "style": {
  201. // #ifndef MP-WEIXIN
  202. "navigationStyle": "custom",
  203. // "app-plus": {
  204. // "bounce": "none",
  205. // "titleNView": {
  206. // "type": "transparent",
  207. // "buttons": [{
  208. // "fontSrc": "/static/yticon.ttf",
  209. // "text": "\ue60f",
  210. // "fontSize": "24",
  211. // "color": "#303133",
  212. // "width": "46px",
  213. // "background": "rgba(0,0,0,0)"
  214. // },
  215. // {
  216. // "fontSrc": "/static/yticon.ttf",
  217. // "text": "\ue744",
  218. // "fontSize": "28",
  219. // "color": "#303133",
  220. // "background": "rgba(0,0,0,0)",
  221. // "redDot": true
  222. // }
  223. // ]
  224. // }
  225. // },
  226. // #endif
  227. "navigationBarTitleText": "个人中心"
  228. }
  229. },
  230. {
  231. "path": "pages/user/award",
  232. "style": {
  233. "navigationBarTitleText": "奖励明细",
  234. "app-plus": {
  235. "titleNView": {
  236. "type": "transparent"
  237. }
  238. }
  239. }
  240. },
  241. {
  242. "path": "pages/user/withdrawal",
  243. "style": {
  244. "navigationBarTitleText": "奖励提现"
  245. }
  246. },
  247. {
  248. "path": "pages/user/notice",
  249. "style": {
  250. "navigationBarTitleText": "通知"
  251. }
  252. },
  253. {
  254. "path": "pages/user/favorites",
  255. "style": {
  256. "navigationBarTitleText": "收藏夹"
  257. }
  258. }, {
  259. "path": "pages/user/coupon",
  260. "style": {
  261. "navigationBarTitleText": "我的卡卷"
  262. }
  263. },
  264. {
  265. "path": "pages/user/scoreAccumulate",
  266. "style": {
  267. "navigationBarTitleText": "积分明细"
  268. }
  269. },
  270. {
  271. "path": "pages/market/market",
  272. "style": {
  273. "navigationBarTitleText": "市场"
  274. }
  275. },
  276. {
  277. "path": "pages/assets/assets",
  278. "style": {
  279. "navigationBarTitleText": "资产"
  280. }
  281. },
  282. {
  283. "path": "pages/money/pay",
  284. "style": {
  285. "navigationBarTitleText": "支付"
  286. }
  287. },
  288. {
  289. "path": "pages/money/paySuccess",
  290. "style": {
  291. "navigationBarTitleText": "支付成功"
  292. }
  293. },
  294. {
  295. "path": "pages/money/wallet",
  296. "style": {
  297. "navigationBarTitleText": "我的钱包",
  298. "app-plus": {
  299. "titleNView": {
  300. "type": "transparent"
  301. }
  302. }
  303. }
  304. },
  305. {
  306. "path": "pages/money/account",
  307. "style": {
  308. "navigationBarTitleText": "提现账号"
  309. }
  310. },
  311. {
  312. "path": "pages/money/withdrawal",
  313. "style": {
  314. "navigationBarTitleText": "提现"
  315. }
  316. },
  317. {
  318. "path": "pages/money/recharge",
  319. "style": {
  320. "navigationBarTitleText": "充值"
  321. }
  322. },
  323. {
  324. "path": "pages/redirect/redirect",
  325. "style": {
  326. "navigationBarTitleText": "微信登录跳转页面",
  327. "app-plus": {
  328. "titleNView": false
  329. }
  330. }
  331. },
  332. {
  333. "path": "pages/user/shareQrCode",
  334. "style": {
  335. "navigationBarTitleText": "邀请好友"
  336. }
  337. }
  338. ],
  339. "globalStyle": {
  340. "navigationBarTextStyle": "black",
  341. "navigationBarTitleText": "uni-app",
  342. "navigationBarBackgroundColor": "#FFFFFF",
  343. "backgroundColor": "#f8f8f8"
  344. },
  345. "tabBar": {
  346. "color": "#C0C4CC",
  347. "selectedColor": "#44969D",
  348. "borderStyle": "black",
  349. "backgroundColor": "#ffffff",
  350. "list": [{
  351. "pagePath": "pages/index/index",
  352. "iconPath": "static/tabBar/tab-home.png",
  353. "selectedIconPath": "static/tabBar/tab-home-current.png",
  354. "text": "首页"
  355. },
  356. {
  357. "pagePath": "pages/market/market",
  358. "iconPath": "static/tabBar/tab-market.png",
  359. "selectedIconPath": "static/tabBar/tab-market-current.png",
  360. "text": "市场"
  361. },
  362. {
  363. "pagePath": "pages/assets/assets",
  364. "iconPath": "static/tabBar/tab-assets.png",
  365. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  366. "text": "资产"
  367. },
  368. {
  369. "pagePath": "pages/user/user",
  370. "iconPath": "static/tabBar/tab-my.png",
  371. "selectedIconPath": "static/tabBar/tab-my-current.png",
  372. "text": "我的"
  373. }
  374. ]
  375. }
  376. }