pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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" : "medicationSurvey",
  157. "style" :
  158. {
  159. "navigationBarTitleText": "用药调研",
  160. "app-plus": {
  161. "titleNView": false
  162. }
  163. }
  164. },
  165. {
  166. "path" : "activityDetail",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "活动详情",
  170. "app-plus": {
  171. "titleNView": false
  172. }
  173. }
  174. },
  175. {
  176. "path" : "caseCollection",
  177. "style" :
  178. {
  179. "navigationBarTitleText": "病例征集",
  180. "app-plus": {
  181. "titleNView": false
  182. }
  183. }
  184. }
  185. // {
  186. // "path" : "index/medicatedFoodList",
  187. // "style" :
  188. // {
  189. // "navigationBarTitleText": "药膳食疗",
  190. // "app-plus": {
  191. // "titleNView": false
  192. // }
  193. // }
  194. // },
  195. // {
  196. // "path" : "index/medicatedFoodDetails",
  197. // "style" :
  198. // {
  199. // "navigationBarTitleText": "药膳食疗",
  200. // "app-plus": {
  201. // "titleNView": false
  202. // }
  203. // }
  204. // },
  205. // {
  206. // "path" : "index/vesselList",
  207. // "style" :
  208. // {
  209. // "navigationBarTitleText": "经络穴位",
  210. // "app-plus": {
  211. // "titleNView": false
  212. // }
  213. // }
  214. // },
  215. // {
  216. // "path" : "index/vesselDetails",
  217. // "style" :
  218. // {
  219. // "navigationBarTitleText": "经络穴位",
  220. // "app-plus": {
  221. // "titleNView": false
  222. // }
  223. // }
  224. // },
  225. // {
  226. // "path" : "index/questionsList",
  227. // "style" :
  228. // {
  229. // "navigationBarTitleText": "问答专区",
  230. // "app-plus": {
  231. // "titleNView": false
  232. // }
  233. // }
  234. // },
  235. // {
  236. // "path" : "index/questionsDetails",
  237. // "style" :
  238. // {
  239. // "navigationBarTitleText": "问答专区",
  240. // "app-plus": {
  241. // "titleNView": false
  242. // }
  243. // }
  244. // },
  245. // {
  246. // "path" : "index/diseaseList",
  247. // "style" :
  248. // {
  249. // "navigationBarTitleText": "疾病列表",
  250. // "app-plus": {
  251. // "titleNView": false
  252. // }
  253. // }
  254. // },
  255. // {
  256. // "path" : "index/diseaseDetails",
  257. // "style" :
  258. // {
  259. // "navigationBarTitleText": "疾病",
  260. // "app-plus": {
  261. // "titleNView": false
  262. // }
  263. // }
  264. // },
  265. // {
  266. // "path" : "index/chineseMedicineList",
  267. // "style" :
  268. // {
  269. // "navigationBarTitleText": "中药图解",
  270. // "app-plus": {
  271. // "titleNView": false
  272. // }
  273. // }
  274. // },
  275. // {
  276. // "path" : "index/chineseMedicineDetails",
  277. // "style" :
  278. // {
  279. // "navigationBarTitleText": "中药图解",
  280. // "app-plus": {
  281. // "titleNView": false
  282. // }
  283. // }
  284. // },
  285. // {
  286. // "path" : "index/famousPrescribeList",
  287. // "style" :
  288. // {
  289. // "navigationBarTitleText": "名方今用",
  290. // "app-plus": {
  291. // "titleNView": false
  292. // }
  293. // }
  294. // },
  295. // {
  296. // "path" : "index/famousPrescribeDetails",
  297. // "style" :
  298. // {
  299. // "navigationBarTitleText": "名方今用",
  300. // "app-plus": {
  301. // "titleNView": false
  302. // }
  303. // }
  304. // },
  305. // {
  306. // "path" : "index/test",
  307. // "style" :
  308. // {
  309. // "navigationBarTitleText": "测一测",
  310. // "app-plus": {
  311. // "titleNView": false
  312. // }
  313. // }
  314. // },
  315. // {
  316. // "path" : "index/testList",
  317. // "style" :
  318. // {
  319. // "navigationBarTitleText": "测一测",
  320. // "app-plus": {
  321. // "titleNView": false
  322. // }
  323. // }
  324. // },
  325. // {
  326. // "path" : "index/testDetails",
  327. // "style" :
  328. // {
  329. // "navigationBarTitleText": "测一测",
  330. // "app-plus": {
  331. // "titleNView": false
  332. // }
  333. // }
  334. // },
  335. // {
  336. // "path" : "index/testResult",
  337. // "style" :
  338. // {
  339. // "navigationBarTitleText": "测试结果",
  340. // "app-plus": {
  341. // "titleNView": false
  342. // }
  343. // }
  344. // },
  345. // {
  346. // "path" : "index/articleList",
  347. // "style" :
  348. // {
  349. // "navigationBarTitleText": "健康知识",
  350. // "app-plus": {
  351. // "titleNView": false
  352. // }
  353. // }
  354. // },
  355. // {
  356. // "path" : "index/articleDetails",
  357. // "style" :
  358. // {
  359. // "navigationBarTitleText": "文章详情",
  360. // "app-plus": {
  361. // "titleNView": false
  362. // }
  363. // }
  364. // },
  365. // {
  366. // "path" : "index/doctorArticleList",
  367. // "style" :
  368. // {
  369. // "navigationBarTitleText": "康复医案",
  370. // "app-plus": {
  371. // "titleNView": false
  372. // }
  373. // }
  374. // },
  375. // {
  376. // "path" : "index/doctorArticleDetails",
  377. // "style" :
  378. // {
  379. // "navigationBarTitleText": "康复医案",
  380. // "app-plus": {
  381. // "titleNView": false
  382. // }
  383. // }
  384. // }
  385. ]
  386. },
  387. {
  388. "root": "pages_user",
  389. "pages": [
  390. {
  391. "path" : "points",
  392. "style" :
  393. {
  394. "navigationBarTitleText": "我的积分",
  395. "enablePullDownRefresh": false
  396. }
  397. },
  398. {
  399. "path" : "certification",
  400. "style" :
  401. {
  402. "navigationBarTitleText": "认证",
  403. "enablePullDownRefresh": false
  404. }
  405. },
  406. {
  407. "path" : "certificationExample",
  408. "style" :
  409. {
  410. "navigationBarTitleText": "医师职称证上传示例",
  411. "enablePullDownRefresh": false
  412. }
  413. },
  414. {
  415. "path" : "practiceCertificateExample",
  416. "style" :
  417. {
  418. "navigationBarTitleText": "医师执业证上传示例",
  419. "enablePullDownRefresh": false
  420. }
  421. }
  422. ]
  423. },
  424. {
  425. "root": "pages_live",
  426. "pages": [
  427. {
  428. "path": "lecture",
  429. "style": {
  430. "navigationBarTitleText": "在线讲座",
  431. // "enablePullDownRefresh": false,
  432. "navigationBarBackgroundColor": "#fff",
  433. "navigationBarTextStyle": "black",
  434. "app-plus": {
  435. "titleNView": false
  436. }
  437. }
  438. },
  439. {
  440. "path": "lesson",
  441. "style": {
  442. "navigationBarTitleText": "空中课堂",
  443. // "enablePullDownRefresh": false,
  444. "navigationBarBackgroundColor": "#fff",
  445. "navigationBarTextStyle": "black",
  446. "app-plus": {
  447. "titleNView": false
  448. }
  449. }
  450. },
  451. {
  452. "path": "lessonDetail",
  453. "style": {
  454. "navigationBarTitleText": "视频详情",
  455. // "enablePullDownRefresh": false,
  456. "navigationBarBackgroundColor": "#000",
  457. "navigationBarTextStyle": "white",
  458. "app-plus": {
  459. "titleNView": false
  460. }
  461. }
  462. },
  463. {
  464. "path": "search",
  465. "style": {
  466. "navigationBarTitleText": "搜索",
  467. // "enablePullDownRefresh": false,
  468. "navigationBarBackgroundColor": "#fff",
  469. "navigationBarTextStyle": "black",
  470. "app-plus": {
  471. "titleNView": false
  472. }
  473. }
  474. },
  475. {
  476. "path": "healthConsulting",
  477. "style": {
  478. "navigationBarTitleText": "健康咨询",
  479. "enablePullDownRefresh": false,
  480. "navigationStyle": "custom",
  481. "app-plus": {
  482. "titleNView": false
  483. }
  484. }
  485. },
  486. {
  487. "path": "healthfiles",
  488. "style": {
  489. "navigationBarTitleText": "健康档案",
  490. "enablePullDownRefresh": false,
  491. "navigationStyle": "custom",
  492. "app-plus": {
  493. "titleNView": false
  494. }
  495. }
  496. },
  497. {
  498. "path": "ConsultationDetails",
  499. "style": {
  500. "navigationBarTitleText": "病例描述",
  501. "enablePullDownRefresh": false,
  502. "app-plus": {
  503. "titleNView": false
  504. }
  505. }
  506. },
  507. {
  508. "path": "addForm",
  509. "style": {
  510. "navigationBarTitleText": "直播报名表",
  511. "enablePullDownRefresh": false,
  512. "app-plus": {
  513. "titleNView": false
  514. }
  515. }
  516. },
  517. {
  518. "path": "card",
  519. "style": {
  520. "navigationBarTitleText": "邀请卡",
  521. "enablePullDownRefresh": false,
  522. "app-plus": {
  523. "titleNView": false
  524. }
  525. }
  526. },{
  527. "path": "addUser",
  528. "style": {
  529. "navigationBarTitleText": "用户信息",
  530. "enablePullDownRefresh": false,
  531. "app-plus": {
  532. "titleNView": false
  533. }
  534. }
  535. }
  536. ]
  537. },{
  538. "root": "pages_echarts",
  539. "pages": [
  540. {
  541. "path": "statistics",
  542. "style": {
  543. "navigationBarTitleText": "数据统计",
  544. "enablePullDownRefresh": false,
  545. "navigationBarBackgroundColor": "#fff",
  546. "navigationBarTextStyle": "black",
  547. "app-plus": {
  548. "titleNView": false
  549. }
  550. }
  551. }
  552. ]
  553. }
  554. ],
  555. "globalStyle": {
  556. "navigationBarTextStyle": "black",
  557. "navigationBarTitleText": "互联网医院",
  558. "navigationBarBackgroundColor": "#FFFFFF",
  559. "backgroundColor": "#FFFFFF"
  560. },
  561. "tabBar": {
  562. "color": "#999999",
  563. "selectedColor": "#333333",
  564. "borderStyle": "white",
  565. "backgroundColor": "#ffffff",
  566. "height": "64px",
  567. "fontSize":"12px",
  568. "iconWidth":"18px",
  569. "spacing": "4px",
  570. "list": [{
  571. "pagePath": "pages/home/index",
  572. "iconPath": "/static/tabbar/icon_home.png",
  573. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  574. "text": "首页"
  575. },
  576. {
  577. "pagePath": "pages/task/index",
  578. "iconPath": "/static/tabbar/icon_task.png",
  579. "selectedIconPath": "/static/tabbar/icon_sel_task.png",
  580. "text": "任务中心"
  581. },
  582. {
  583. "pagePath": "pages/user/index",
  584. "iconPath": "/static/tabbar/icon_me.png",
  585. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  586. "text": "我的"
  587. }
  588. ]
  589. }
  590. }