pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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" : "longVideo",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "长视频创作",
  100. "app-plus": {
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path" : "shortVideo",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "短视频创作",
  110. "app-plus": {
  111. "titleNView": false
  112. }
  113. }
  114. },
  115. {
  116. "path" : "taskDetail",
  117. "style" :
  118. {
  119. "navigationBarTitleText": "任务详情",
  120. "navigationStyle": "custom",
  121. "app-plus": {
  122. "titleNView": false
  123. }
  124. }
  125. },
  126. {
  127. "path" : "completeTask",
  128. "style" :
  129. {
  130. "navigationBarTitleText": "完成任务",
  131. "app-plus": {
  132. "titleNView": false
  133. }
  134. }
  135. },
  136. {
  137. "path" : "taskCompleteSuccess",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "完成任务",
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path" : "onlineLecture",
  148. "style" :
  149. {
  150. "navigationBarTitleText": "在线讲座",
  151. "app-plus": {
  152. "titleNView": false
  153. }
  154. }
  155. },
  156. {
  157. "path" : "science",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "科普创作",
  161. "app-plus": {
  162. "titleNView": false
  163. }
  164. }
  165. },
  166. {
  167. "path" : "medicationSurvey",
  168. "style" :
  169. {
  170. "navigationBarTitleText": "用药调研",
  171. "app-plus": {
  172. "titleNView": false
  173. }
  174. }
  175. },
  176. {
  177. "path" : "activityDetail",
  178. "style" :
  179. {
  180. "navigationBarTitleText": "活动详情",
  181. "app-plus": {
  182. "titleNView": false
  183. }
  184. }
  185. },
  186. {
  187. "path" : "caseCollection",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "问卷调查",
  191. "navigationStyle": "custom",
  192. "app-plus": {
  193. "titleNView": false
  194. }
  195. }
  196. },
  197. {
  198. "path" : "questionnaire",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "问卷调查",
  202. "app-plus": {
  203. "titleNView": false
  204. }
  205. }
  206. },
  207. {
  208. "path" : "questionnaireForm",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "问卷调查",
  212. "navigationStyle": "custom",
  213. "app-plus": {
  214. "titleNView": false
  215. }
  216. }
  217. }
  218. ]
  219. },
  220. {
  221. "root": "pages_user",
  222. "pages": [
  223. {
  224. "path" : "personInfo",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "个人信息",
  228. "enablePullDownRefresh": false
  229. }
  230. },
  231. {
  232. "path" : "points",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "我的积分",
  236. "enablePullDownRefresh": false
  237. }
  238. },
  239. {
  240. "path" : "withdraw",
  241. "style" :
  242. {
  243. "navigationBarTitleText": "提现",
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. {
  248. "path" : "withdrawSuccess",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "提现成功",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path" : "bankCard",
  257. "style" :
  258. {
  259. "navigationBarTitleText": "我的银行卡",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path" : "addBankCard",
  265. "style" :
  266. {
  267. "navigationBarTitleText": "添加银行卡",
  268. "enablePullDownRefresh": false
  269. }
  270. },
  271. {
  272. "path" : "editBankCard",
  273. "style" :
  274. {
  275. "navigationBarTitleText": "编辑银行卡",
  276. "enablePullDownRefresh": false
  277. }
  278. },
  279. {
  280. "path" : "serviceOrder",
  281. "style" :
  282. {
  283. "navigationBarTitleText": "服务单",
  284. "enablePullDownRefresh": false
  285. }
  286. },
  287. {
  288. "path" : "serviceOrderDetail",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "服务单详情",
  292. "enablePullDownRefresh": false
  293. }
  294. },
  295. {
  296. "path" : "serviceAgreement",
  297. "style" :
  298. {
  299. "navigationBarTitleText": "服务协议",
  300. "enablePullDownRefresh": false
  301. }
  302. },
  303. {
  304. "path" : "forgetPassword",
  305. "style" :
  306. {
  307. "navigationBarTitleText": "设置密码",
  308. "enablePullDownRefresh": false
  309. }
  310. },
  311. {
  312. "path" : "certification",
  313. "style" :
  314. {
  315. "navigationBarTitleText": "认证",
  316. "enablePullDownRefresh": false
  317. }
  318. },
  319. {
  320. "path" : "certificationExample",
  321. "style" :
  322. {
  323. "navigationBarTitleText": "医师职称证上传示例",
  324. "enablePullDownRefresh": false
  325. }
  326. },
  327. {
  328. "path" : "practiceCertificateExample",
  329. "style" :
  330. {
  331. "navigationBarTitleText": "医师执业证上传示例",
  332. "enablePullDownRefresh": false
  333. }
  334. }
  335. ]
  336. },
  337. {
  338. "root": "pages_live",
  339. "pages": [
  340. {
  341. "path": "lecture",
  342. "style": {
  343. "navigationBarTitleText": "在线讲座",
  344. // "enablePullDownRefresh": false,
  345. "navigationBarBackgroundColor": "#fff",
  346. "navigationBarTextStyle": "black",
  347. "app-plus": {
  348. "titleNView": false
  349. }
  350. }
  351. },
  352. {
  353. "path": "lesson",
  354. "style": {
  355. "navigationBarTitleText": "空中课堂",
  356. // "enablePullDownRefresh": false,
  357. "navigationBarBackgroundColor": "#fff",
  358. "navigationBarTextStyle": "black",
  359. "app-plus": {
  360. "titleNView": false
  361. }
  362. }
  363. },
  364. {
  365. "path": "lessonDetail",
  366. "style": {
  367. "navigationBarTitleText": "视频详情",
  368. // "enablePullDownRefresh": false,
  369. "navigationBarBackgroundColor": "#000",
  370. "navigationBarTextStyle": "white",
  371. "app-plus": {
  372. "titleNView": false
  373. }
  374. }
  375. },
  376. {
  377. "path": "search",
  378. "style": {
  379. "navigationBarTitleText": "搜索",
  380. // "enablePullDownRefresh": false,
  381. "navigationBarBackgroundColor": "#fff",
  382. "navigationBarTextStyle": "black",
  383. "app-plus": {
  384. "titleNView": false
  385. }
  386. }
  387. },
  388. {
  389. "path": "healthConsulting",
  390. "style": {
  391. "navigationBarTitleText": "健康咨询",
  392. "enablePullDownRefresh": false,
  393. "navigationStyle": "custom",
  394. "app-plus": {
  395. "titleNView": false
  396. }
  397. }
  398. },
  399. {
  400. "path": "healthfiles",
  401. "style": {
  402. "navigationBarTitleText": "健康档案",
  403. "enablePullDownRefresh": false,
  404. "navigationStyle": "custom",
  405. "app-plus": {
  406. "titleNView": false
  407. }
  408. }
  409. },
  410. {
  411. "path": "ConsultationDetails",
  412. "style": {
  413. "navigationBarTitleText": "病例描述",
  414. "enablePullDownRefresh": false,
  415. "app-plus": {
  416. "titleNView": false
  417. }
  418. }
  419. },
  420. {
  421. "path": "addForm",
  422. "style": {
  423. "navigationBarTitleText": "直播报名表",
  424. "enablePullDownRefresh": false,
  425. "app-plus": {
  426. "titleNView": false
  427. }
  428. }
  429. },
  430. {
  431. "path": "card",
  432. "style": {
  433. "navigationBarTitleText": "邀请卡",
  434. "enablePullDownRefresh": false,
  435. "app-plus": {
  436. "titleNView": false
  437. }
  438. }
  439. },{
  440. "path": "addUser",
  441. "style": {
  442. "navigationBarTitleText": "用户信息",
  443. "enablePullDownRefresh": false,
  444. "app-plus": {
  445. "titleNView": false
  446. }
  447. }
  448. }
  449. ]
  450. },{
  451. "root": "pages_echarts",
  452. "pages": [
  453. {
  454. "path": "statistics",
  455. "style": {
  456. "navigationBarTitleText": "数据统计",
  457. "enablePullDownRefresh": false,
  458. "navigationBarBackgroundColor": "#fff",
  459. "navigationBarTextStyle": "black",
  460. "app-plus": {
  461. "titleNView": false
  462. }
  463. }
  464. }
  465. ]
  466. }
  467. ],
  468. "globalStyle": {
  469. "navigationBarTextStyle": "black",
  470. "navigationBarTitleText": "互联网医院",
  471. "navigationBarBackgroundColor": "#FFFFFF",
  472. "backgroundColor": "#FFFFFF"
  473. },
  474. "tabBar": {
  475. "color": "#999999",
  476. "selectedColor": "#333333",
  477. "borderStyle": "white",
  478. "backgroundColor": "#ffffff",
  479. "height": "64px",
  480. "fontSize":"12px",
  481. "iconWidth":"18px",
  482. "spacing": "4px",
  483. "list": [{
  484. "pagePath": "pages/home/index",
  485. "iconPath": "/static/tabbar/icon_home.png",
  486. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  487. "text": "首页"
  488. },
  489. {
  490. "pagePath": "pages/task/index",
  491. "iconPath": "/static/tabbar/icon_task.png",
  492. "selectedIconPath": "/static/tabbar/icon_sel_task.png",
  493. "text": "任务中心"
  494. },
  495. {
  496. "pagePath": "pages/user/index",
  497. "iconPath": "/static/tabbar/icon_me.png",
  498. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  499. "text": "我的"
  500. }
  501. ]
  502. }
  503. }