pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. {
  2. "tabBar": {
  3. "backgroundColor": "#fff",
  4. "selectedColor": "#000000",
  5. "color": "#999999",
  6. "borderStyle": "white",
  7. "fontSize": "12px",
  8. "iconWidth": "22px",
  9. "height": "50px",
  10. "list": [
  11. {
  12. "text": "icoco",
  13. "pagePath": "pages/index/index",
  14. "iconPath": "/static/img/tabBar/index-no.png",
  15. "selectedIconPath": "/static/img/tabBar/index.png"
  16. },
  17. {
  18. "text": "圈子",
  19. "pagePath": "pages/circle/index",
  20. "iconPath": "/static/img/tabBar/circle-no.png",
  21. "selectedIconPath": "/static/img/tabBar/circle.png"
  22. },
  23. {
  24. "text": "消息",
  25. "pagePath": "pages/msg/index",
  26. "iconPath": "/static/img/tabBar/msg-no.png",
  27. "selectedIconPath": "/static/img/tabBar/msg.png"
  28. },
  29. // {
  30. // "text": "排行榜",
  31. // "pagePath": "pages/ranking/index",
  32. // "iconPath": "/static/img/tabBar/ranking-no.png",
  33. // "selectedIconPath": "/static/img/tabBar/ranking.png"
  34. // },
  35. {
  36. "text": "我的",
  37. "pagePath": "pages/my/index",
  38. "iconPath": "/static/img/tabBar/my-no.png",
  39. "selectedIconPath": "/static/img/tabBar/my.png"
  40. }
  41. ]
  42. },
  43. "pages": [
  44. {
  45. "path": "pages/login/index",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "navigationBarTitleText": "登陆",
  49. "enablePullDownRefresh": false,
  50. "app-plus": {
  51. "subNVues": [
  52. {
  53. "id": "loginContent",
  54. "path": "pages/login/model/loginContent",
  55. "style": {
  56. "position": "absolute",
  57. "top": "0",
  58. "bottom": "0",
  59. "left": "0",
  60. "right": "0",
  61. "background": "transparent"
  62. }
  63. }
  64. ]
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/index/index",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false,
  73. "app-plus": {
  74. "bounce": "none"
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/text/index",
  80. "style": {
  81. "navigationBarTitleText": "列表演示"
  82. }
  83. },
  84. {
  85. "path": "pages/login/model/loginContent",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. },
  91. {
  92. "path": "pages/login/localPhoneLogin",
  93. "style": {
  94. "navigationBarTitleText": "",
  95. "enablePullDownRefresh": false
  96. }
  97. },
  98. {
  99. "path": "pages/login/otherPhoneLogin",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path": "pages/login/passLogin",
  107. "style": {
  108. "navigationBarTitleText": "",
  109. "enablePullDownRefresh": false
  110. }
  111. },
  112. {
  113. "path": "pages/login/forgetPass",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "enablePullDownRefresh": false
  117. }
  118. },
  119. {
  120. "path": "pages/perfect/sexAndAge",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "pages/perfect/nickname",
  128. "style": {
  129. "navigationBarTitleText": "",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "pages/perfect/cards",
  135. "style": {
  136. "navigationBarTitleText": "",
  137. "enablePullDownRefresh": false
  138. }
  139. },
  140. {
  141. "path": "pages/text/tantan",
  142. "style": {
  143. "navigationBarTitleText": "",
  144. "enablePullDownRefresh": false
  145. }
  146. },
  147. {
  148. "path": "pages/circle/index",
  149. "style": {
  150. "navigationBarTitleText": "",
  151. "enablePullDownRefresh": false
  152. }
  153. },
  154. {
  155. "path": "pages/msg/index",
  156. "style": {
  157. "navigationBarTitleText": "",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "pages/ranking/index",
  163. "style": {
  164. "navigationBarTitleText": "",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path": "pages/my/index",
  170. "style": {
  171. "navigationBarTitleText": "",
  172. "navigationBarTextStyle": "white",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "pages/my/editInformation",
  178. "style": {
  179. "navigationBarTitleText": "",
  180. "navigationBarTextStyle": "white",
  181. "enablePullDownRefresh": false
  182. }
  183. },
  184. {
  185. "path": "pages/my/edit/nickname",
  186. "style": {
  187. "navigationBarTitleText": "修改昵称",
  188. "navigationBarTextStyle": "black",
  189. "enablePullDownRefresh": false
  190. }
  191. },
  192. {
  193. "path": "pages/my/edit/age",
  194. "style": {
  195. "navigationBarTitleText": "设置性别",
  196. "navigationBarTextStyle": "black",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "pages/my/edit/school",
  202. "style": {
  203. "navigationBarTitleText": "设置学习",
  204. "navigationBarTextStyle": "black",
  205. "enablePullDownRefresh": false
  206. }
  207. },
  208. {
  209. "path": "pages/my/edit/we-chat",
  210. "style": {
  211. "navigationBarTitleText": "设置微信",
  212. "navigationBarTextStyle": "black",
  213. "enablePullDownRefresh": false
  214. }
  215. },
  216. {
  217. "path": "pages/my/edit/about-me",
  218. "style": {
  219. "navigationBarTitleText": "设置签名",
  220. "navigationBarTextStyle": "black",
  221. "enablePullDownRefresh": false
  222. }
  223. },
  224. {
  225. "path": "pages/my/edit/making-friends",
  226. "style": {
  227. "navigationBarTitleText": "交友目的",
  228. "navigationBarTextStyle": "black",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "path": "pages/my/set",
  234. "style": {
  235. "navigationBarTitleText": "设置",
  236. "navigationBarTextStyle": "black",
  237. "enablePullDownRefresh": false
  238. }
  239. },
  240. {
  241. "path": "pages/my/set/autonym",
  242. "style": {
  243. "navigationBarTitleText": "实名认证",
  244. "navigationBarTextStyle": "black",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "pages/my/set/change-pass",
  250. "style": {
  251. "navigationBarTitleText": "修改密码",
  252. "navigationBarTextStyle": "black",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/my/set/chang-phone",
  258. "style": {
  259. "navigationBarTitleText": "修改手机号码",
  260. "navigationBarTextStyle": "black",
  261. "enablePullDownRefresh": false
  262. }
  263. },
  264. {
  265. "path": "pages/my/set/more-set",
  266. "style": {
  267. "navigationBarTitleText": "更多设置",
  268. "navigationBarTextStyle": "black",
  269. "enablePullDownRefresh": false
  270. }
  271. },
  272. {
  273. "path": "pages/my/set/push-set",
  274. "style": {
  275. "navigationBarTitleText": "推送通知管理",
  276. "navigationBarTextStyle": "black",
  277. "enablePullDownRefresh": false
  278. }
  279. },
  280. {
  281. "path": "pages/my/set/blacklist",
  282. "style": {
  283. "navigationBarTitleText": "黑名单",
  284. "navigationBarTextStyle": "black",
  285. "enablePullDownRefresh": false
  286. }
  287. },
  288. {
  289. "path": "pages/my/set/conversion",
  290. "style": {
  291. "navigationBarTitleText": "兑换码",
  292. "navigationBarTextStyle": "black",
  293. "enablePullDownRefresh": false
  294. }
  295. },
  296. {
  297. "path": "pages/my/agreement/agreement",
  298. "style": {
  299. "navigationBarTitleText": "用户协议",
  300. "navigationBarTextStyle": "black",
  301. "enablePullDownRefresh": false
  302. }
  303. },
  304. {
  305. "path": "pages/my/agreement/privacy",
  306. "style": {
  307. "navigationBarTitleText": "隐私政策",
  308. "navigationBarTextStyle": "black",
  309. "enablePullDownRefresh": false
  310. }
  311. },
  312. {
  313. "path": "pages/my/agreement/personage",
  314. "style": {
  315. "navigationBarTitleText": "隐私政策",
  316. "navigationBarTextStyle": "black",
  317. "enablePullDownRefresh": false
  318. }
  319. },
  320. {
  321. "path": "pages/my/agreement/all-permission",
  322. "style": {
  323. "navigationBarTitleText": "相关许可证",
  324. "navigationBarTextStyle": "black",
  325. "enablePullDownRefresh": false
  326. }
  327. },
  328. {
  329. "path": "pages/my/agreement/permission",
  330. "style": {
  331. "navigationBarTitleText": "可证",
  332. "navigationBarTextStyle": "black",
  333. "enablePullDownRefresh": false
  334. }
  335. },
  336. {
  337. "path": "pages/my/agreement/about-us",
  338. "style": {
  339. "navigationBarTitleText": "关乎我们",
  340. "navigationBarTextStyle": "black",
  341. "enablePullDownRefresh": false
  342. }
  343. }
  344. ],
  345. "globalStyle": {
  346. "navigationBarTextStyle": "black",
  347. "navigationBarTitleText": "uni-app",
  348. "navigationBarBackgroundColor": "#F8F8F8",
  349. "backgroundColor": "#F8F8F8",
  350. "navigationStyle": "custom"
  351. },
  352. "condition": {
  353. "current": 0,
  354. "list": [
  355. {
  356. "name": "列表调试",
  357. "path": "pages/index/index",
  358. "query": ""
  359. }
  360. ]
  361. }
  362. }