pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  6. "^gf-(.*)": "@/components/gf-$1/gf-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/home",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom",
  15. "navigationBarTextStyle": "white",
  16. "navigationBarBackgroundColor": "#1F7EFF"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index",
  21. "style": {
  22. "navigationBarTitleText": "首页",
  23. "navigationStyle": "custom",
  24. "navigationBarTextStyle": "white",
  25. "navigationBarBackgroundColor": "#1F7EFF"
  26. }
  27. },
  28. {
  29. "path": "pages/mine/login",
  30. "style": {
  31. "navigationBarTitleText": "登录"
  32. }
  33. },
  34. {
  35. "path": "pages/index/search",
  36. "style": {
  37. "navigationBarTitleText": "",
  38. "navigationBarTextStyle": "white",
  39. "navigationBarBackgroundColor": "#1F7EFF"
  40. }
  41. },
  42. {
  43. "path": "pages/index/change-city",
  44. "style": {
  45. "navigationBarTitleText": "切换城市"
  46. }
  47. },
  48. {
  49. "path": "pages/index/video",
  50. "style": {
  51. "navigationBarTitleText": "视频",
  52. "navigationBarTextStyle": "white",
  53. "navigationBarBackgroundColor": "#1F7EFF"
  54. }
  55. },
  56. {
  57. "path": "pages/index/info",
  58. "style": {
  59. "navigationBarTitleText": "详情",
  60. "navigationBarTextStyle": "white",
  61. "navigationBarBackgroundColor": "#1F7EFF"
  62. }
  63. },
  64. {
  65. "path": "pages/index/chat",
  66. "style": {
  67. "navigationBarTitleText": "在线咨询",
  68. "navigationBarTextStyle": "white",
  69. "navigationBarBackgroundColor": "#1F7EFF"
  70. }
  71. },
  72. {
  73. "path": "pages/index/houses-info",
  74. "style": {
  75. "navigationBarTitleText": "详情",
  76. "navigationBarTextStyle": "white",
  77. "navigationBarBackgroundColor": "#1F7EFF"
  78. }
  79. },
  80. {
  81. "path": "pages/index/pk-info",
  82. "style": {
  83. "navigationBarTitleText": "对比详情",
  84. "navigationBarTextStyle": "white",
  85. "navigationBarBackgroundColor": "#1F7EFF"
  86. }
  87. },
  88. {
  89. "path": "pages/index/pk-search",
  90. "style": {
  91. "navigationBarTitleText": "楼盘对比",
  92. "navigationBarTextStyle": "white",
  93. "navigationBarBackgroundColor": "#1F7EFF"
  94. }
  95. },
  96. {
  97. "path": "pages/index/pk-list",
  98. "style": {
  99. "navigationBarTitleText": "楼盘对比",
  100. "navigationBarTextStyle": "white",
  101. "navigationBarBackgroundColor": "#1F7EFF"
  102. }
  103. },
  104. {
  105. "path": "pages/index/broker",
  106. "style": {
  107. "navigationBarTitleText": "经纪人",
  108. "navigationBarTextStyle": "white",
  109. "navigationBarBackgroundColor": "#1F7EFF"
  110. }
  111. },
  112. {
  113. "path": "pages/index/news-info",
  114. "style": {
  115. "navigationBarTitleText": "头条详情",
  116. "navigationBarTextStyle": "black",
  117. "navigationBarBackgroundColor": "#fff"
  118. }
  119. },
  120. {
  121. "path": "pages/index/news",
  122. "style": {
  123. "navigationBarTitleText": "楼市头条",
  124. "navigationBarTextStyle": "white",
  125. "navigationBarBackgroundColor": "#1E7DFF"
  126. }
  127. },
  128. {
  129. "path": "pages/index/fuli-info",
  130. "style": {
  131. "navigationBarTitleText": "福利详情",
  132. "navigationBarTextStyle": "white",
  133. "navigationBarBackgroundColor": "#1E7DFF"
  134. }
  135. },
  136. {
  137. "path": "pages/index/fuli",
  138. "style": {
  139. "navigationBarTitleText": "平台福利",
  140. "navigationBarTextStyle": "white",
  141. "navigationBarBackgroundColor": "#1E7DFF"
  142. }
  143. },
  144. {
  145. "path": "pages/video/video",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "navigationBarTextStyle": "white",
  149. "navigationStyle": "custom",
  150. "navigationBarBackgroundColor": "#1E7DFF"
  151. }
  152. },
  153. {
  154. "path": "pages/video/info",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "navigationBarTextStyle": "white",
  158. "navigationBarBackgroundColor": "#1E7DFF"
  159. }
  160. },
  161. {
  162. "path": "pages/baobei/baobei",
  163. "style": {
  164. "navigationBarTitleText": "",
  165. "navigationBarTextStyle": "white",
  166. "navigationStyle": "custom",
  167. "navigationBarBackgroundColor": "#1E7DFF"
  168. }
  169. },
  170. {
  171. "path": "pages/mine/userinfo",
  172. "style": {
  173. "navigationBarTitleText": "个人信息",
  174. "navigationBarTextStyle": "white",
  175. "navigationBarBackgroundColor": "#1E7DFF"
  176. }
  177. },
  178. {
  179. "path": "pages/mine/baobei-list",
  180. "style": {
  181. "navigationBarTitleText": "我的报备",
  182. "navigationBarTextStyle": "white",
  183. "navigationBarBackgroundColor": "#1E7DFF"
  184. }
  185. },
  186. {
  187. "path": "pages/mine/baobei-info",
  188. "style": {
  189. "navigationBarTitleText": "",
  190. "navigationBarTextStyle": "white",
  191. "navigationBarBackgroundColor": "#1E7DFF"
  192. }
  193. },
  194. {
  195. "path": "pages/mine/xieyi",
  196. "style": {
  197. "navigationBarTitleText": "佣金说明",
  198. "navigationBarTextStyle": "white",
  199. "navigationBarBackgroundColor": "#1E7DFF"
  200. }
  201. },
  202. {
  203. "path": "pages/mine/setting",
  204. "style": {
  205. "navigationBarTitleText": "系统设置",
  206. "navigationBarTextStyle": "white",
  207. "navigationBarBackgroundColor": "#1E7DFF"
  208. }
  209. },
  210. {
  211. "path": "pages/mine/yongjin",
  212. "style": {
  213. "navigationBarTitleText": "佣金明细",
  214. "navigationBarTextStyle": "white",
  215. "navigationBarBackgroundColor": "#1E7DFF"
  216. }
  217. },
  218. {
  219. "path": "pages/mine/mine",
  220. "style": {
  221. "navigationBarTitleText": "我的",
  222. "navigationBarTextStyle": "white",
  223. "navigationBarBackgroundColor": "#1E7DFF"
  224. }
  225. }
  226. ,{
  227. "path" : "pages/index/report",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "客户报备",
  231. "enablePullDownRefresh": false,
  232. "navigationBarTextStyle": "white",
  233. "navigationBarBackgroundColor": "#1E7DFF"
  234. }
  235. },
  236. {
  237. "path" : "pages/mine/jifen",
  238. "style" :
  239. {
  240. "navigationBarTitleText": "积分明细",
  241. "navigationBarTextStyle": "white",
  242. "navigationBarBackgroundColor": "#1E7DFF"
  243. }
  244. }
  245. ],
  246. "subPackages": [{
  247. "root": "pagesA",
  248. "pages": [{
  249. "path": "index/allHouses",
  250. "style": {
  251. "navigationBarTitleText": "全部楼盘",
  252. "navigationBarTextStyle": "white",
  253. "navigationBarBackgroundColor": "#1E7DFF"
  254. }
  255. },
  256. {
  257. "path": "index/webview",
  258. "style": {
  259. "navigationBarTitleText": ""
  260. }
  261. },
  262. {
  263. "path": "index/yifang",
  264. "style": {
  265. "navigationBarTitleText": "一房一价",
  266. "navigationStyle": "custom"
  267. }
  268. }, {
  269. "path": "index/rizhao",
  270. "style": {
  271. "navigationBarTitleText": "日照测评",
  272. "navigationStyle": "custom"
  273. }
  274. },
  275. {
  276. "path": "index/dataCenter",
  277. "style": {
  278. "navigationBarTitleText": "数据中心",
  279. "navigationBarTextStyle": "white",
  280. "navigationBarBackgroundColor": "#1E7DFF"
  281. }
  282. },
  283. {
  284. "path": "index/newHouses",
  285. "style": {
  286. "navigationBarTitleText": "新房底价",
  287. "navigationBarTextStyle": "white",
  288. "navigationBarBackgroundColor": "#1E7DFF"
  289. }
  290. },
  291. {
  292. "path": "index/counter",
  293. "style": {
  294. "navigationBarTitleText": "房贷计算器",
  295. "navigationBarTextStyle": "white",
  296. "navigationBarBackgroundColor": "#1F7EFF"
  297. }
  298. },
  299. {
  300. "path": "index/counter-info",
  301. "style": {
  302. "navigationBarTitleText": "还款详情",
  303. "navigationBarTextStyle": "white",
  304. "navigationBarBackgroundColor": "#1F7EFF"
  305. }
  306. },
  307. {
  308. "path": "index/wenda-list",
  309. "style": {
  310. "navigationBarTitleText": "房产问答"
  311. }
  312. },
  313. {
  314. "path": "index/wenda-info",
  315. "style": {
  316. "navigationBarTitleText": "房产问答"
  317. }
  318. },
  319. {
  320. "path": "index/kefu",
  321. "style": {
  322. "navigationBarTitleText": "在线客服"
  323. }
  324. }
  325. ]
  326. }],
  327. "globalStyle": {
  328. "navigationBarTextStyle": "black",
  329. "navigationBarTitleText": "",
  330. "navigationBarBackgroundColor": "#F8F8F8",
  331. "backgroundColor": "#F8F8F8"
  332. },
  333. "uniIdRouter": {},
  334. "tabBar": {
  335. "selectedColor": "#1E7DFF",
  336. "color": "#7C7C7C",
  337. "list": [{
  338. // "iconPath": "static/images/index.png",
  339. "pagePath": "pages/index/index"
  340. // "selectedIconPath": "static/images/index1.png",
  341. // "text": "首页"
  342. },
  343. {
  344. // "iconPath": "static/images/video.png",
  345. "pagePath": "pages/video/video"
  346. // "selectedIconPath": "static/images/video1.png",
  347. // "text": "视频"
  348. },
  349. {
  350. // "iconPath": "static/images/baobei.png",
  351. "pagePath": "pages/baobei/baobei"
  352. // "selectedIconPath": "static/images/baobei1.png",
  353. // "text": "客户报备"
  354. },
  355. {
  356. // "iconPath": "static/images/mine.png",
  357. "pagePath": "pages/mine/mine"
  358. // "selectedIconPath": "static/images/mine1.png",
  359. // "text": "我的"
  360. }
  361. ]
  362. }
  363. }