pages.json 11 KB

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