pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/common/launch"
  8. },
  9. {
  10. "path": "pages/auth/login",
  11. "style": {
  12. "navigationBarTitleText": "授权登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/auth/wxLogin",
  18. "style": {
  19. "navigationBarTitleText": "公众号授权",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/index",
  25. "style": {
  26. "navigationBarTitleText": "互联网医院",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path" : "pages/task/index",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "任务中心",
  39. "app-plus": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/user/index",
  46. "style": {
  47. "navigationBarTitleText": "我的",
  48. "navigationStyle": "custom",
  49. "app-plus": {
  50. "titleNView": false
  51. }
  52. }
  53. }
  54. ,{
  55. "path" : "pages/home/content",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "详情",
  59. "enablePullDownRefresh": false
  60. }
  61. }
  62. ,{
  63. "path" : "pages/home/web",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "详情",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path" : "pages/user/test",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "测一测",
  75. "app-plus": {
  76. "titleNView": false
  77. }
  78. }
  79. }
  80. ],
  81. "subPackages": [
  82. {
  83. "root": "pages_task",
  84. "pages": [
  85. {
  86. "path" : "index",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "问答专区",
  90. "app-plus": {
  91. "titleNView": false
  92. }
  93. }
  94. },
  95. {
  96. "path" : "airClassroom",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "空中课堂",
  100. "app-plus": {
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path" : "taskDetail",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "任务详情",
  110. "app-plus": {
  111. "titleNView": false
  112. }
  113. }
  114. },
  115. {
  116. "path" : "completeTask",
  117. "style" :
  118. {
  119. "navigationBarTitleText": "完成任务",
  120. "app-plus": {
  121. "titleNView": false
  122. }
  123. }
  124. },
  125. {
  126. "path" : "taskCompleteSuccess",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "完成任务",
  130. "app-plus": {
  131. "titleNView": false
  132. }
  133. }
  134. },
  135. {
  136. "path" : "onlineLecture",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "在线讲座",
  140. "app-plus": {
  141. "titleNView": false
  142. }
  143. }
  144. },
  145. {
  146. "path" : "science",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "科普创作",
  150. "app-plus": {
  151. "titleNView": false
  152. }
  153. }
  154. }
  155. // {
  156. // "path" : "index/medicatedFoodList",
  157. // "style" :
  158. // {
  159. // "navigationBarTitleText": "药膳食疗",
  160. // "app-plus": {
  161. // "titleNView": false
  162. // }
  163. // }
  164. // },
  165. // {
  166. // "path" : "index/medicatedFoodDetails",
  167. // "style" :
  168. // {
  169. // "navigationBarTitleText": "药膳食疗",
  170. // "app-plus": {
  171. // "titleNView": false
  172. // }
  173. // }
  174. // },
  175. // {
  176. // "path" : "index/vesselList",
  177. // "style" :
  178. // {
  179. // "navigationBarTitleText": "经络穴位",
  180. // "app-plus": {
  181. // "titleNView": false
  182. // }
  183. // }
  184. // },
  185. // {
  186. // "path" : "index/vesselDetails",
  187. // "style" :
  188. // {
  189. // "navigationBarTitleText": "经络穴位",
  190. // "app-plus": {
  191. // "titleNView": false
  192. // }
  193. // }
  194. // },
  195. // {
  196. // "path" : "index/questionsList",
  197. // "style" :
  198. // {
  199. // "navigationBarTitleText": "问答专区",
  200. // "app-plus": {
  201. // "titleNView": false
  202. // }
  203. // }
  204. // },
  205. // {
  206. // "path" : "index/questionsDetails",
  207. // "style" :
  208. // {
  209. // "navigationBarTitleText": "问答专区",
  210. // "app-plus": {
  211. // "titleNView": false
  212. // }
  213. // }
  214. // },
  215. // {
  216. // "path" : "index/diseaseList",
  217. // "style" :
  218. // {
  219. // "navigationBarTitleText": "疾病列表",
  220. // "app-plus": {
  221. // "titleNView": false
  222. // }
  223. // }
  224. // },
  225. // {
  226. // "path" : "index/diseaseDetails",
  227. // "style" :
  228. // {
  229. // "navigationBarTitleText": "疾病",
  230. // "app-plus": {
  231. // "titleNView": false
  232. // }
  233. // }
  234. // },
  235. // {
  236. // "path" : "index/chineseMedicineList",
  237. // "style" :
  238. // {
  239. // "navigationBarTitleText": "中药图解",
  240. // "app-plus": {
  241. // "titleNView": false
  242. // }
  243. // }
  244. // },
  245. // {
  246. // "path" : "index/chineseMedicineDetails",
  247. // "style" :
  248. // {
  249. // "navigationBarTitleText": "中药图解",
  250. // "app-plus": {
  251. // "titleNView": false
  252. // }
  253. // }
  254. // },
  255. // {
  256. // "path" : "index/famousPrescribeList",
  257. // "style" :
  258. // {
  259. // "navigationBarTitleText": "名方今用",
  260. // "app-plus": {
  261. // "titleNView": false
  262. // }
  263. // }
  264. // },
  265. // {
  266. // "path" : "index/famousPrescribeDetails",
  267. // "style" :
  268. // {
  269. // "navigationBarTitleText": "名方今用",
  270. // "app-plus": {
  271. // "titleNView": false
  272. // }
  273. // }
  274. // },
  275. // {
  276. // "path" : "index/test",
  277. // "style" :
  278. // {
  279. // "navigationBarTitleText": "测一测",
  280. // "app-plus": {
  281. // "titleNView": false
  282. // }
  283. // }
  284. // },
  285. // {
  286. // "path" : "index/testList",
  287. // "style" :
  288. // {
  289. // "navigationBarTitleText": "测一测",
  290. // "app-plus": {
  291. // "titleNView": false
  292. // }
  293. // }
  294. // },
  295. // {
  296. // "path" : "index/testDetails",
  297. // "style" :
  298. // {
  299. // "navigationBarTitleText": "测一测",
  300. // "app-plus": {
  301. // "titleNView": false
  302. // }
  303. // }
  304. // },
  305. // {
  306. // "path" : "index/testResult",
  307. // "style" :
  308. // {
  309. // "navigationBarTitleText": "测试结果",
  310. // "app-plus": {
  311. // "titleNView": false
  312. // }
  313. // }
  314. // },
  315. // {
  316. // "path" : "index/articleList",
  317. // "style" :
  318. // {
  319. // "navigationBarTitleText": "健康知识",
  320. // "app-plus": {
  321. // "titleNView": false
  322. // }
  323. // }
  324. // },
  325. // {
  326. // "path" : "index/articleDetails",
  327. // "style" :
  328. // {
  329. // "navigationBarTitleText": "文章详情",
  330. // "app-plus": {
  331. // "titleNView": false
  332. // }
  333. // }
  334. // },
  335. // {
  336. // "path" : "index/doctorArticleList",
  337. // "style" :
  338. // {
  339. // "navigationBarTitleText": "康复医案",
  340. // "app-plus": {
  341. // "titleNView": false
  342. // }
  343. // }
  344. // },
  345. // {
  346. // "path" : "index/doctorArticleDetails",
  347. // "style" :
  348. // {
  349. // "navigationBarTitleText": "康复医案",
  350. // "app-plus": {
  351. // "titleNView": false
  352. // }
  353. // }
  354. // }
  355. ]
  356. },
  357. {
  358. "root": "pages_user",
  359. "pages": [
  360. {
  361. "path" : "points",
  362. "style" :
  363. {
  364. "navigationBarTitleText": "我的积分",
  365. "enablePullDownRefresh": false
  366. }
  367. }
  368. ]
  369. },
  370. {
  371. "root": "pages_live",
  372. "pages": [
  373. {
  374. "path": "lecture",
  375. "style": {
  376. "navigationBarTitleText": "在线讲座",
  377. // "enablePullDownRefresh": false,
  378. "navigationBarBackgroundColor": "#fff",
  379. "navigationBarTextStyle": "black",
  380. "app-plus": {
  381. "titleNView": false
  382. }
  383. }
  384. },
  385. {
  386. "path": "lesson",
  387. "style": {
  388. "navigationBarTitleText": "空中课堂",
  389. // "enablePullDownRefresh": false,
  390. "navigationBarBackgroundColor": "#fff",
  391. "navigationBarTextStyle": "black",
  392. "app-plus": {
  393. "titleNView": false
  394. }
  395. }
  396. },
  397. {
  398. "path": "lessonDetail",
  399. "style": {
  400. "navigationBarTitleText": "视频详情",
  401. // "enablePullDownRefresh": false,
  402. "navigationBarBackgroundColor": "#000",
  403. "navigationBarTextStyle": "white",
  404. "app-plus": {
  405. "titleNView": false
  406. }
  407. }
  408. },
  409. {
  410. "path": "search",
  411. "style": {
  412. "navigationBarTitleText": "搜索",
  413. // "enablePullDownRefresh": false,
  414. "navigationBarBackgroundColor": "#fff",
  415. "navigationBarTextStyle": "black",
  416. "app-plus": {
  417. "titleNView": false
  418. }
  419. }
  420. },
  421. {
  422. "path": "healthConsulting",
  423. "style": {
  424. "navigationBarTitleText": "健康咨询",
  425. "enablePullDownRefresh": false,
  426. "navigationStyle": "custom",
  427. "app-plus": {
  428. "titleNView": false
  429. }
  430. }
  431. },
  432. {
  433. "path": "healthfiles",
  434. "style": {
  435. "navigationBarTitleText": "健康档案",
  436. "enablePullDownRefresh": false,
  437. "navigationStyle": "custom",
  438. "app-plus": {
  439. "titleNView": false
  440. }
  441. }
  442. },
  443. {
  444. "path": "ConsultationDetails",
  445. "style": {
  446. "navigationBarTitleText": "病例描述",
  447. "enablePullDownRefresh": false,
  448. "app-plus": {
  449. "titleNView": false
  450. }
  451. }
  452. },
  453. {
  454. "path": "addForm",
  455. "style": {
  456. "navigationBarTitleText": "直播报名表",
  457. "enablePullDownRefresh": false,
  458. "app-plus": {
  459. "titleNView": false
  460. }
  461. }
  462. },
  463. {
  464. "path": "card",
  465. "style": {
  466. "navigationBarTitleText": "邀请卡",
  467. "enablePullDownRefresh": false,
  468. "app-plus": {
  469. "titleNView": false
  470. }
  471. }
  472. },{
  473. "path": "addUser",
  474. "style": {
  475. "navigationBarTitleText": "用户信息",
  476. "enablePullDownRefresh": false,
  477. "app-plus": {
  478. "titleNView": false
  479. }
  480. }
  481. }
  482. ]
  483. },{
  484. "root": "pages_echarts",
  485. "pages": [
  486. {
  487. "path": "statistics",
  488. "style": {
  489. "navigationBarTitleText": "数据统计",
  490. "enablePullDownRefresh": false,
  491. "navigationBarBackgroundColor": "#fff",
  492. "navigationBarTextStyle": "black",
  493. "app-plus": {
  494. "titleNView": false
  495. }
  496. }
  497. }
  498. ]
  499. }
  500. ],
  501. "globalStyle": {
  502. "navigationBarTextStyle": "black",
  503. "navigationBarTitleText": "互联网医院",
  504. "navigationBarBackgroundColor": "#FFFFFF",
  505. "backgroundColor": "#FFFFFF"
  506. },
  507. "tabBar": {
  508. "color": "#999999",
  509. "selectedColor": "#333333",
  510. "borderStyle": "white",
  511. "backgroundColor": "#ffffff",
  512. "height": "64px",
  513. "fontSize":"12px",
  514. "iconWidth":"18px",
  515. "spacing": "4px",
  516. "list": [{
  517. "pagePath": "pages/home/index",
  518. "iconPath": "/static/tabbar/icon_home.png",
  519. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  520. "text": "首页"
  521. },
  522. {
  523. "pagePath": "pages/task/index",
  524. "iconPath": "/static/tabbar/icon_task.png",
  525. "selectedIconPath": "/static/tabbar/icon_sel_task.png",
  526. "text": "任务中心"
  527. },
  528. {
  529. "pagePath": "pages/user/index",
  530. "iconPath": "/static/tabbar/icon_me.png",
  531. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  532. "text": "我的"
  533. }
  534. ]
  535. }
  536. }