pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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. "navigationStyle": "custom",
  181. "app-plus": {
  182. "titleNView": false
  183. }
  184. }
  185. },
  186. {
  187. "path" : "questionnaire",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "问卷调查",
  191. "app-plus": {
  192. "titleNView": false
  193. }
  194. }
  195. },
  196. {
  197. "path" : "questionnaireForm",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "问卷调查",
  201. "navigationStyle": "custom",
  202. "app-plus": {
  203. "titleNView": false
  204. }
  205. }
  206. }
  207. ]
  208. },
  209. {
  210. "root": "pages_user",
  211. "pages": [
  212. {
  213. "path" : "points",
  214. "style" :
  215. {
  216. "navigationBarTitleText": "我的积分",
  217. "enablePullDownRefresh": false
  218. }
  219. },
  220. {
  221. "path" : "withdraw",
  222. "style" :
  223. {
  224. "navigationBarTitleText": "提现",
  225. "enablePullDownRefresh": false
  226. }
  227. },
  228. {
  229. "path" : "withdrawSuccess",
  230. "style" :
  231. {
  232. "navigationBarTitleText": "完成任务",
  233. "enablePullDownRefresh": false
  234. }
  235. },
  236. {
  237. "path" : "bankCard",
  238. "style" :
  239. {
  240. "navigationBarTitleText": "我的银行卡",
  241. "enablePullDownRefresh": false
  242. }
  243. },
  244. {
  245. "path" : "addBankCard",
  246. "style" :
  247. {
  248. "navigationBarTitleText": "添加银行卡",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path" : "editBankCard",
  254. "style" :
  255. {
  256. "navigationBarTitleText": "编辑银行卡",
  257. "enablePullDownRefresh": false
  258. }
  259. },
  260. {
  261. "path" : "serviceOrder",
  262. "style" :
  263. {
  264. "navigationBarTitleText": "服务单",
  265. "enablePullDownRefresh": false
  266. }
  267. },
  268. {
  269. "path" : "serviceOrderDetail",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "服务单详情",
  273. "enablePullDownRefresh": false
  274. }
  275. },
  276. {
  277. "path" : "serviceAgreement",
  278. "style" :
  279. {
  280. "navigationBarTitleText": "服务协议",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path" : "forgetPassword",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "设置密码",
  289. "enablePullDownRefresh": false
  290. }
  291. },
  292. {
  293. "path" : "certification",
  294. "style" :
  295. {
  296. "navigationBarTitleText": "认证",
  297. "enablePullDownRefresh": false
  298. }
  299. },
  300. {
  301. "path" : "certificationExample",
  302. "style" :
  303. {
  304. "navigationBarTitleText": "医师职称证上传示例",
  305. "enablePullDownRefresh": false
  306. }
  307. },
  308. {
  309. "path" : "practiceCertificateExample",
  310. "style" :
  311. {
  312. "navigationBarTitleText": "医师执业证上传示例",
  313. "enablePullDownRefresh": false
  314. }
  315. }
  316. ]
  317. },
  318. {
  319. "root": "pages_live",
  320. "pages": [
  321. {
  322. "path": "lecture",
  323. "style": {
  324. "navigationBarTitleText": "在线讲座",
  325. // "enablePullDownRefresh": false,
  326. "navigationBarBackgroundColor": "#fff",
  327. "navigationBarTextStyle": "black",
  328. "app-plus": {
  329. "titleNView": false
  330. }
  331. }
  332. },
  333. {
  334. "path": "lesson",
  335. "style": {
  336. "navigationBarTitleText": "空中课堂",
  337. // "enablePullDownRefresh": false,
  338. "navigationBarBackgroundColor": "#fff",
  339. "navigationBarTextStyle": "black",
  340. "app-plus": {
  341. "titleNView": false
  342. }
  343. }
  344. },
  345. {
  346. "path": "lessonDetail",
  347. "style": {
  348. "navigationBarTitleText": "视频详情",
  349. // "enablePullDownRefresh": false,
  350. "navigationBarBackgroundColor": "#000",
  351. "navigationBarTextStyle": "white",
  352. "app-plus": {
  353. "titleNView": false
  354. }
  355. }
  356. },
  357. {
  358. "path": "search",
  359. "style": {
  360. "navigationBarTitleText": "搜索",
  361. // "enablePullDownRefresh": false,
  362. "navigationBarBackgroundColor": "#fff",
  363. "navigationBarTextStyle": "black",
  364. "app-plus": {
  365. "titleNView": false
  366. }
  367. }
  368. },
  369. {
  370. "path": "healthConsulting",
  371. "style": {
  372. "navigationBarTitleText": "健康咨询",
  373. "enablePullDownRefresh": false,
  374. "navigationStyle": "custom",
  375. "app-plus": {
  376. "titleNView": false
  377. }
  378. }
  379. },
  380. {
  381. "path": "healthfiles",
  382. "style": {
  383. "navigationBarTitleText": "健康档案",
  384. "enablePullDownRefresh": false,
  385. "navigationStyle": "custom",
  386. "app-plus": {
  387. "titleNView": false
  388. }
  389. }
  390. },
  391. {
  392. "path": "ConsultationDetails",
  393. "style": {
  394. "navigationBarTitleText": "病例描述",
  395. "enablePullDownRefresh": false,
  396. "app-plus": {
  397. "titleNView": false
  398. }
  399. }
  400. },
  401. {
  402. "path": "addForm",
  403. "style": {
  404. "navigationBarTitleText": "直播报名表",
  405. "enablePullDownRefresh": false,
  406. "app-plus": {
  407. "titleNView": false
  408. }
  409. }
  410. },
  411. {
  412. "path": "card",
  413. "style": {
  414. "navigationBarTitleText": "邀请卡",
  415. "enablePullDownRefresh": false,
  416. "app-plus": {
  417. "titleNView": false
  418. }
  419. }
  420. },{
  421. "path": "addUser",
  422. "style": {
  423. "navigationBarTitleText": "用户信息",
  424. "enablePullDownRefresh": false,
  425. "app-plus": {
  426. "titleNView": false
  427. }
  428. }
  429. }
  430. ]
  431. },{
  432. "root": "pages_echarts",
  433. "pages": [
  434. {
  435. "path": "statistics",
  436. "style": {
  437. "navigationBarTitleText": "数据统计",
  438. "enablePullDownRefresh": false,
  439. "navigationBarBackgroundColor": "#fff",
  440. "navigationBarTextStyle": "black",
  441. "app-plus": {
  442. "titleNView": false
  443. }
  444. }
  445. }
  446. ]
  447. }
  448. ],
  449. "globalStyle": {
  450. "navigationBarTextStyle": "black",
  451. "navigationBarTitleText": "互联网医院",
  452. "navigationBarBackgroundColor": "#FFFFFF",
  453. "backgroundColor": "#FFFFFF"
  454. },
  455. "tabBar": {
  456. "color": "#999999",
  457. "selectedColor": "#333333",
  458. "borderStyle": "white",
  459. "backgroundColor": "#ffffff",
  460. "height": "64px",
  461. "fontSize":"12px",
  462. "iconWidth":"18px",
  463. "spacing": "4px",
  464. "list": [{
  465. "pagePath": "pages/home/index",
  466. "iconPath": "/static/tabbar/icon_home.png",
  467. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  468. "text": "首页"
  469. },
  470. {
  471. "pagePath": "pages/task/index",
  472. "iconPath": "/static/tabbar/icon_task.png",
  473. "selectedIconPath": "/static/tabbar/icon_sel_task.png",
  474. "text": "任务中心"
  475. },
  476. {
  477. "pagePath": "pages/user/index",
  478. "iconPath": "/static/tabbar/icon_me.png",
  479. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  480. "text": "我的"
  481. }
  482. ]
  483. }
  484. }