pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "查研观向",
  8. "enablePullDownRefresh": true,
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/reportForm/reportForm",
  14. "style": {
  15. "navigationBarTitleText": "产业报告",
  16. "enablePullDownRefresh": true,
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/purchaser/purchaser",
  22. "style": {
  23. "navigationBarTitleText": "买方研选",
  24. "enablePullDownRefresh": true,
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/activity/activity",
  30. "style": {
  31. "navigationBarTitleText": "活动",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/my/my",
  37. "style": {
  38. "navigationBarTitleText": "我的",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/pcWebViev/pcWebViev",
  44. "style": {
  45. "navigationBarTitleText": "",
  46. "enablePullDownRefresh": false
  47. }
  48. }
  49. ],
  50. "subPackages": [
  51. {
  52. "root": "activityPages",
  53. "pages": [
  54. {
  55. "path": "activityDetail/activityDetail",
  56. "style": {
  57. "navigationBarTitleText": "活动详情",
  58. "usingComponents": {
  59. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
  60. }
  61. }
  62. },
  63. {
  64. "path": "activitySearch/activitySearch",
  65. "style": {
  66. "navigationBarTitleText": "搜索",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path": "networkAttend/networkAttend",
  72. "style": {
  73. "navigationBarTitleText": "",
  74. "enablePullDownRefresh": false
  75. }
  76. },
  77. {
  78. "path": "accountsOfficial/accountsOfficial",
  79. "style": {
  80. "navigationBarTitleText": "关注公众号",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "editOutbound/editOutbound",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false,
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "generationAsk/generationAsk",
  94. "style": {
  95. "navigationBarTitleText": "",
  96. "enablePullDownRefresh": false
  97. }
  98. },
  99. {
  100. "path": "themeActivity/themeActivity",
  101. "style": {
  102. "navigationBarTitleText": "主题活动",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "specialResearchPage/specialResearchPage",
  108. "style": {
  109. "navigationBarTitleText": "专项产业调研",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path": "specialDetail/specialDetail",
  115. "style": {
  116. "navigationBarTitleText": "活动详情",
  117. "enablePullDownRefresh": false
  118. }
  119. }
  120. ,{
  121. "path" : "playBack/playBack",
  122. "style" :
  123. {
  124. "navigationBarTitleText": "活动回放",
  125. "enablePullDownRefresh": false
  126. }
  127. }
  128. ]
  129. },
  130. {
  131. "root": "reportPages",
  132. "pages": [
  133. {
  134. "path": "reportSearch/reportSearch",
  135. "style": {
  136. "navigationBarTitleText": "搜索"
  137. }
  138. },
  139. {
  140. "path": "industrialReport/industrialReport",
  141. "style": {
  142. "navigationBarTitleText": "",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "IndustryReport/IndustryReport",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "enablePullDownRefresh": true
  151. }
  152. },
  153. {
  154. "path": "secretDetails/secretDetails",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "reportSecretDetail/reportSecretDetail",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path": "roadEssence/roadEssence",
  169. "style": {
  170. "navigationBarTitleText": "路演精华",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "myAskPage/myAskPage",
  176. "style": {
  177. "navigationBarTitleText": "我的提问",
  178. "enablePullDownRefresh": false
  179. }
  180. },
  181. {
  182. "path": "recentPages/recentPages",
  183. "style": {
  184. "navigationBarTitleText": "近期更新主题",
  185. "enablePullDownRefresh": false
  186. }
  187. },
  188. {
  189. "path": "authorPages/authorPages",
  190. "style": {
  191. "navigationBarTitleText": "研选作者",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "researchTheme/researchTheme",
  197. "style": {
  198. "navigationBarTitleText": "主题详情",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path": "hotList/hotList",
  204. "style": {
  205. "navigationBarTitleText": "榜单",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ]
  210. },
  211. {
  212. "root": "pageMy",
  213. "pages": [
  214. {
  215. "path": "search/search",
  216. "style": {
  217. "navigationBarTitleText": "搜索"
  218. }
  219. },
  220. {
  221. "path": "downloadFile/downloadFile",
  222. "style": {
  223. "navigationBarTitleText": "",
  224. "enablePullDownRefresh": false
  225. }
  226. },
  227. {
  228. "path": "advice/advice",
  229. "style": {
  230. "navigationBarTitleText": "优化建议"
  231. }
  232. },
  233. {
  234. "path": "reportDetail/reportDetail"
  235. },
  236. {
  237. "path": "myCollection/myCollection",
  238. "style": {
  239. "navigationBarTitleText": "我的收藏",
  240. "enablePullDownRefresh": true
  241. }
  242. },
  243. {
  244. "path": "applyInterview/applyInterview",
  245. "style": {
  246. "navigationBarTitleText": "访谈申请",
  247. "enablePullDownRefresh": true
  248. }
  249. },
  250. {
  251. "path": "applyTrial/applyTrial",
  252. "style": {
  253. "navigationBarTitleText": "申请试用"
  254. }
  255. },
  256. {
  257. "path": "applyResult/applyResult",
  258. "style": {
  259. "navigationBarTitleText": "申请结果"
  260. }
  261. },
  262. {
  263. "path": "browseHistory/browseHistory",
  264. "style": {
  265. "navigationBarTitleText": "足迹",
  266. "enablePullDownRefresh": true
  267. }
  268. },
  269. {
  270. "path": "authGuide/authGuide",
  271. "style": {
  272. "navigationBarTitleText": "授权说明"
  273. }
  274. },
  275. {
  276. "path": "agreement/agreement",
  277. "style": {
  278. "navigationBarTitleText": "用户服务协议"
  279. }
  280. },
  281. {
  282. "path": "login/login",
  283. "style": {
  284. "navigationBarTitleText": "绑定联系方式"
  285. }
  286. },
  287. {
  288. "path": "reportPage/reportPage",
  289. "style": {
  290. "navigationBarTitleText": "报告详情",
  291. "enablePullDownRefresh": false
  292. }
  293. },
  294. {
  295. "path": "freeTrial/freeTrial",
  296. "style": {
  297. "navigationBarTitleText": "免费送试用",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "excessivePages/excessivePages",
  304. "style": {
  305. "navigationBarTitleText": "",
  306. "enablePullDownRefresh": false
  307. }
  308. },
  309. {
  310. "path": "transitionPages/transitionPages",
  311. "style": {
  312. "navigationBarTitleText": "免费月卡",
  313. "enablePullDownRefresh": false
  314. }
  315. },
  316. {
  317. "path": "mySchedulepage/mySchedulepage",
  318. "style": {
  319. "navigationBarTitleText": "我的日程",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. {
  324. "path": "chartPage/chartPage",
  325. "style": {
  326. "navigationBarTitleText": "",
  327. "enablePullDownRefresh": false
  328. }
  329. }
  330. ]
  331. }
  332. ],
  333. "globalStyle": {
  334. "navigationBarTextStyle": "black",
  335. "navigationBarTitleText": "弘则研究",
  336. "navigationBarBackgroundColor": "#fff",
  337. "backgroundColor": "#F8F8F8",
  338. "backgroundTextStyle": "dark",
  339. "usingComponents": {
  340. "van-dropdown-menu": "/wxcomponents/vant/dist/dropdown-menu/index",
  341. "van-dropdown-item": "/wxcomponents/vant/dist/dropdown-item/index",
  342. "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
  343. "van-tab": "/wxcomponents/vant/dist/tab/index",
  344. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  345. "van-transition": "/wxcomponents/vant/dist/transition/index",
  346. "van-tag": "/wxcomponents/vant/dist/tag/index",
  347. "van-icon": "/wxcomponents/vant/dist/icon/index",
  348. "van-radio": "/wxcomponents/vant/dist/radio/index",
  349. "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
  350. "van-overlay": "/wxcomponents/vant/dist/overlay/index"
  351. }
  352. },
  353. "tabBar": {
  354. "color": "#666666",
  355. "selectedColor": "#3DA3FF",
  356. "backgroundColor": "#fff",
  357. "list": [
  358. {
  359. "pagePath": "pages/index/index",
  360. "text": "素材库",
  361. "iconPath": "static/img/tab/index_ico.png",
  362. "selectedIconPath": "static/img/tab/index_actico.png"
  363. },
  364. {
  365. "pagePath": "pages/reportForm/reportForm",
  366. "text": "产业报告",
  367. "iconPath": "static/img/tab/report_ico.png",
  368. "selectedIconPath": "static/img/tab/report_actico.png"
  369. },
  370. {
  371. "pagePath": "pages/purchaser/purchaser",
  372. "text": "买方研选",
  373. "iconPath": "static/img/tab/purchaser_ico.png",
  374. "selectedIconPath": "static/img/tab/purchaser_act.png"
  375. },
  376. {
  377. "pagePath": "pages/activity/activity",
  378. "text": "活动",
  379. "iconPath": "static/img/tab/activity_ico.png",
  380. "selectedIconPath": "static/img/tab/activity_act.png"
  381. },
  382. {
  383. "pagePath": "pages/my/my",
  384. "text": "我的",
  385. "iconPath": "static/img/tab/my_ico.png",
  386. "selectedIconPath": "static/img/tab/my_actico.png"
  387. }
  388. ]
  389. },
  390. "easycom": {
  391. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  392. },
  393. "condition": {
  394. //模式配置,仅开发期间生效
  395. "current": 0, //当前激活的模式(list 的索引项)
  396. "list": [
  397. {
  398. "name": "", //模式名称
  399. // "path": "pageMy/login/login", //启动页面,必选
  400. "query": "" //启动参数,在页面的onLoad函数里面得到
  401. }
  402. ]
  403. }
  404. }