pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,
  6. {
  7. "path": "pages/main/main",
  8. "style": {
  9. "navigationBarTitleText": "族友圈",
  10. "enablePullDownRefresh": true,
  11. "app-plus": {
  12. "bounce": "none",
  13. "titleNView": {
  14. "type": "transparent",
  15. "buttons": [{
  16. "background": "rgba(255,255,255,0.2)",
  17. "color": "#FFFFFF",
  18. "type": "menu",
  19. "fontSrc": "/static/fonts/thorui.ttf",
  20. "text": "\ue73b" //冒号
  21. }]
  22. }
  23. }
  24. }
  25. }, {
  26. "path": "pages/show/show",
  27. "style": {
  28. "navigationBarTitleText": "详情"
  29. }
  30. },
  31. {
  32. "path": "pages/login/login",
  33. "style": {
  34. "navigationBarTitleText": "登录"
  35. }
  36. },
  37. {
  38. "path": "pages/main/join/join",
  39. "style": {
  40. "navigationBarTitleText": "加入家族"
  41. }
  42. }, {
  43. "path": "pages/main/establish/establish",
  44. "style": {
  45. "navigationBarTitleText": "创建家族"
  46. }
  47. }, {
  48. "path": "pages/main/establish/choice",
  49. "style": {
  50. "navigationBarTitleText": "创建家族"
  51. }
  52. }, {
  53. "path": "pages/main/join/choice",
  54. "style": {
  55. "navigationBarTitleText": "加入家族"
  56. }
  57. }, {
  58. "path": "pages/main/establish/maps",
  59. "style": {
  60. "navigationBarTitleText": "地图选择",
  61. "app-plus": {
  62. "bounce": "none",
  63. "scrollIndicator": "none", //关闭窗口回弹效果
  64. "titleNView": {
  65. "backgroundImage": "#2E74EE",
  66. "titleSize": "20",
  67. "buttons": [{ //原生标题栏按钮配置,
  68. "float": "right",
  69. "text": "确定",
  70. "fontSize": "16px",
  71. "width": "40px"
  72. }]
  73. }
  74. }
  75. }
  76. }, {
  77. "path": "pages/main/join/maps",
  78. "style": {
  79. "navigationBarTitleText": "地图选择",
  80. "app-plus": {
  81. "bounce": "none",
  82. "scrollIndicator": "none", //关闭窗口回弹效果
  83. "titleNView": {
  84. "backgroundImage": "#2E74EE",
  85. "titleSize": "20",
  86. "buttons": [{ //原生标题栏按钮配置,
  87. "float": "right",
  88. "text": "确定",
  89. "fontSize": "16px",
  90. "width": "40px"
  91. }]
  92. }
  93. }
  94. }
  95. }, {
  96. "path": "pages/main/establish/details",
  97. "style": {
  98. "navigationBarTitleText": "创建家族"
  99. }
  100. }, {
  101. "path": "pages/main/join/details",
  102. "style": {
  103. "navigationBarTitleText": "加入家族"
  104. }
  105. }, {
  106. "path": "pages/family/situation/situation",
  107. "style": {
  108. "navigationBarTitleText": "族友近况",
  109. "enablePullDownRefresh": true,
  110. "app-plus": {
  111. "bounce": "none",
  112. "titleNView": {
  113. "type": "transparent",
  114. "buttons": [{
  115. "background": "rgba(255,255,255,0.2)",
  116. "color": "#FFFFFF",
  117. "type": "menu",
  118. "fontSrc": "/static/fonts/thorui.ttf",
  119. "text": "\ue73b" //冒号
  120. }]
  121. }
  122. }
  123. }
  124. }, {
  125. "path": "pages/main/personal/personal",
  126. "style": {
  127. "navigationBarTitleText": "个人设置"
  128. }
  129. }, {
  130. "path": "pages/main/personal/card/card",
  131. "style": {
  132. "navigationBarTitleText": "二维码名片"
  133. }
  134. }, {
  135. "path": "pages/main/personal/portrait/portrait",
  136. "style": {
  137. "navigationBarTitleText": "头像",
  138. "app-plus": {
  139. "bounce": "none",
  140. "scrollIndicator": "none", //关闭窗口回弹效果
  141. "titleNView": {
  142. "backgroundImage": "#2E74EE",
  143. "titleSize": "20",
  144. "buttons": [{ //原生标题栏按钮配置,
  145. "float": "right",
  146. "text": "更换照片",
  147. "fontSize": "16px",
  148. "width": "70px"
  149. }]
  150. }
  151. }
  152. }
  153. }, {
  154. "path": "pages/main/personal/name/name",
  155. "style": {
  156. "navigationBarTitleText": "昵称",
  157. "app-plus": {
  158. "bounce": "vertical",
  159. "scrollIndicator": "none", //关闭窗口回弹效果
  160. "titleNView": {
  161. "backgroundImage": "#2E74EE",
  162. "titleSize": "20",
  163. "buttons": [{ //原生标题栏按钮配置,
  164. "float": "right",
  165. "text": "保存",
  166. "fontSize": "16px",
  167. "width": "40px"
  168. }]
  169. }
  170. }
  171. }
  172. }, {
  173. "path": "pages/main/personal/sex/sex",
  174. "style": {
  175. "navigationBarTitleText": "性别"
  176. }
  177. }, {
  178. "path": "pages/main/personal/phone/phone",
  179. "style": {
  180. "navigationBarTitleText": "绑定手机号"
  181. }
  182. }, {
  183. "path": "pages/main/personal/phone/replace",
  184. "style": {
  185. "navigationBarTitleText": "更换手机号"
  186. }
  187. }, {
  188. "path": "pages/main/friends/friends",
  189. "style": {
  190. "navigationBarTitleText": "好友列表",
  191. "app-plus": {
  192. "bounce": "vertical",
  193. "scrollIndicator": "none", //关闭窗口回弹效果
  194. "titleNView": {
  195. "backgroundImage": "#2E74EE",
  196. "titleSize": "20",
  197. "buttons": [{ //原生标题栏按钮配置,
  198. "float": "right",
  199. "text": "添加好友",
  200. "fontSize": "16px",
  201. "width": "70px"
  202. }]
  203. }
  204. }
  205. }
  206. }, {
  207. "path": "pages/main/friends/details",
  208. "style": {
  209. "navigationBarTitleText": "某某某的主页",
  210. "enablePullDownRefresh": true,
  211. "app-plus": {
  212. "bounce": "none",
  213. "titleNView": {
  214. "type": "transparent"
  215. }
  216. }
  217. }
  218. }, {
  219. "path": "pages/main/friends/addfriends/addfriends",
  220. "style": {
  221. "navigationBarTitleText": "添加好友"
  222. }
  223. }, {
  224. "path": "pages/main/friends/addfriends/addfriendsxq",
  225. "style": {
  226. "navigationBarTitleText": "添加好友"
  227. }
  228. }, {
  229. "path": "pages/main/publish/publish",
  230. "style": {
  231. "navigationBarTitleText": "发布"
  232. }
  233. }, {
  234. "path": "pages/main/configure/configure",
  235. "style": {
  236. "navigationBarTitleText": "系统设置"
  237. }
  238. }, {
  239. "path": "pages/main/configure/typeface/typeface",
  240. "style": {
  241. "navigationBarTitleText": "字体大小"
  242. }
  243. }, {
  244. "path": "pages/main/configure/opinion/opinion",
  245. "style": {
  246. "navigationBarTitleText": "意见反馈"
  247. }
  248. }, {
  249. "path": "pages/main/configure/notice/notice",
  250. "style": {
  251. "navigationBarTitleText": "消息通知"
  252. }
  253. }, {
  254. "path": "pages/main/configure/inspect/inspect",
  255. "style": {
  256. "navigationBarTitleText": "检查更新"
  257. }
  258. }, {
  259. "path": "pages/main/configure/about/about",
  260. "style": {
  261. "navigationBarTitleText": "关于华夏"
  262. }
  263. }, {
  264. "path": "pages/family/family",
  265. "style": {
  266. "navigationBarTitleText": "家族",
  267. "app-plus": {
  268. "scrollIndicator": "none", //关闭窗口回弹效果
  269. "titleNView": {
  270. "backgroundImage": "#2E74EE",
  271. "titleSize": "20",
  272. "buttons": [{
  273. "background": "rgba(255,255,255,0.2)",
  274. "color": "#FFFFFF",
  275. "type": "menu",
  276. "fontSrc": "/static/fonts/thorui.ttf",
  277. "text": "\ue73b" //冒号
  278. }]
  279. }
  280. }
  281. }
  282. }, {
  283. "path": "pages/family/editevent",
  284. "style": {
  285. "navigationBarTitleText": "编辑大事件",
  286. "app-plus": {
  287. "bounce": "vertical",
  288. "scrollIndicator": "none", //关闭窗口回弹效果
  289. "titleNView": {
  290. "backgroundImage": "#2E74EE",
  291. "titleSize": "20",
  292. "buttons": [{ //原生标题栏按钮配置,
  293. "float": "right",
  294. "text": "保存",
  295. "fontSize": "16px",
  296. "width": "40px"
  297. }]
  298. }
  299. }
  300. }
  301. }, {
  302. "path": "pages/family/settings",
  303. "style": {
  304. "navigationBarTitleText": "管理员设置"
  305. }
  306. }, {
  307. "path": "pages/family/postcard/postcard",
  308. "style": {
  309. "navigationBarTitleText": "家族二维码名片"
  310. }
  311. }, {
  312. "path": "pages/family/newblood/newblood",
  313. "style": {
  314. "navigationBarTitleText": "新成员申请"
  315. }
  316. }, {
  317. "path": "pages/family/switch/switch",
  318. "style": {
  319. "navigationBarTitleText": "切换家族"
  320. }
  321. }, {
  322. "path": "pages/family/listimage/listimage",
  323. "style": {
  324. "navigationBarTitleText": "家族影像",
  325. "app-plus": {
  326. "bounce": "vertical",
  327. "scrollIndicator": "none", //关闭窗口回弹效果
  328. "titleNView": {
  329. "backgroundImage": "#2E74EE",
  330. "titleSize": "20",
  331. "buttons": [{ //原生标题栏按钮配置,
  332. "float": "right",
  333. "text": "上传照片",
  334. "fontSize": "16px",
  335. "width": "70px"
  336. }]
  337. }
  338. }
  339. }
  340. }, {
  341. "path": "pages/family/listimage/uploadimg/uploadimg",
  342. "style": {
  343. "navigationBarTitleText": "上传图片"
  344. }
  345. }, {
  346. "path": "pages/news/news",
  347. "style": {
  348. "navigationBarTitleText": "华夏资讯",
  349. "enablePullDownRefresh": true,
  350. "app-plus": {
  351. "pullToRefresh": {
  352. "support": true,
  353. "style": "default",
  354. "offset": 0
  355. }
  356. }
  357. }
  358. }, {
  359. "path": "pages/news/details",
  360. "style": {
  361. "navigationBarTitleText": "资讯详情",
  362. "app-plus": {
  363. "titleNView": {
  364. "buttons": [{
  365. "text": "\ue75d",
  366. "fontSize": "20px",
  367. "float": "right",
  368. "fontSrc": "/static/iconfont.ttf"
  369. }]
  370. }
  371. }
  372. }
  373. }, {
  374. "path": "pages/shop/shop",
  375. "style": {
  376. "navigationBarTitleText": "华夏商城",
  377. "enablePullDownRefresh": true,
  378. "app-plus": {
  379. "titleNView": {
  380. "buttons": [{
  381. "text": "订单",
  382. "fontSize": "15px",
  383. "float": "right"
  384. }]
  385. },
  386. "pullToRefresh": {
  387. "support": true,
  388. "style": "default",
  389. "offset": 0
  390. }
  391. }
  392. }
  393. }, {
  394. "path": "pages/shop/search/search",
  395. "style": {
  396. "navigationBarTitleText": "搜索",
  397. "navigationBarBackgroundColor": "#fff",
  398. "navigationBarTextStyle": "black",
  399. "backgroundColorTop": "#fff",
  400. "backgroundColorBottom": "#fff",
  401. "app-plus": {
  402. "bounce": "vertical"
  403. }
  404. }
  405. }, {
  406. "path": "pages/shop/details",
  407. "style": {
  408. "navigationBarTitleText": "商品详情"
  409. }
  410. }, {
  411. "path": "pages/reg/reg",
  412. "style": {
  413. "navigationBarTitleText": "注册"
  414. }
  415. }, {
  416. "path": "pages/pwd/pwd",
  417. "style": {
  418. "navigationBarTitleText": "找回密码"
  419. }
  420. }
  421. ,{
  422. "path" : "pages/shop/buy",
  423. "style": {
  424. "navigationBarTitleText": "购买服务"
  425. }
  426. }
  427. ],
  428. "tabBar": {
  429. "color": "#666666",
  430. "selectedColor": "#C74547",
  431. "backgroundColor": "#FFFFFF",
  432. "list": [{
  433. "pagePath": "pages/main/main",
  434. "text": "个人",
  435. "iconPath": "static/img/tabbar/personal.png",
  436. "selectedIconPath": "static/img/tabbar/personalHL.png"
  437. },
  438. {
  439. "pagePath": "pages/family/family",
  440. "text": "家族",
  441. "iconPath": "static/img/tabbar/family.png",
  442. "selectedIconPath": "static/img/tabbar/familyHL.png"
  443. },
  444. {
  445. "pagePath": "pages/news/news",
  446. "text": "资讯",
  447. "iconPath": "static/img/tabbar/news.png",
  448. "selectedIconPath": "static/img/tabbar/newsHL.png"
  449. },
  450. {
  451. "pagePath": "pages/shop/shop",
  452. "text": "商城",
  453. "iconPath": "static/img/tabbar/shop.png",
  454. "selectedIconPath": "static/img/tabbar/shopHL.png"
  455. }
  456. ]
  457. },
  458. "globalStyle": {
  459. "navigationBarTextStyle": "white",
  460. "navigationBarBackgroundColor": "#c74547",
  461. "backgroundColor": "whitesmoke"
  462. }
  463. }