pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. {
  2. "pages": [{
  3. "path": "pages/public/wxLogin",
  4. "style": {
  5. "navigationBarTitleText": "微信登录",
  6. "app-plus": {
  7. "titleNView": {
  8. "type": "none"
  9. }
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/public/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "app-plus": {
  18. "titleNView": false
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/public/PatRegister",
  24. "style": {
  25. "navigationBarTitleText": "病人注册",
  26. "app-plus": {
  27. "titleNView": false
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/public/DocRegister",
  33. "style": {
  34. "navigationBarTitleText": "医生注册",
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/public/DocRegisterIndex",
  42. "style": {
  43. "navigationBarTitleText": "医生注册",
  44. "app-plus": {
  45. "titleNView": false
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/public/MecRegister",
  51. "style": {
  52. "navigationBarTitleText": "机构注册",
  53. "app-plus": {
  54. "titleNView": false
  55. }
  56. }
  57. },
  58. {
  59. "path": "pages/index/identity",
  60. "style": {
  61. "navigationBarTitleText": "选择身份",
  62. "app-plus": {
  63. "titleNView": false
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/index/chooseType",
  69. "style": {
  70. "navigationBarTitleText": "身份校验",
  71. "app-plus": {
  72. "titleNView": false
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/index/index",
  78. "style": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText": "共享预约平台",
  81. "onReachBottomDistance": 50,
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/index/home",
  89. "style": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "共享预约平台",
  92. "onReachBottomDistance": 50,
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/patient/patient",
  100. "style": {
  101. "navigationBarTextStyle": "black",
  102. "navigationBarTitleText": "咨询记录",
  103. //#ifdef H5
  104. // "navigationStyle":"custom",
  105. //#endif
  106. "onReachBottomDistance": 50,
  107. "app-plus": {
  108. "titleNView": false
  109. }
  110. }
  111. },
  112. {
  113. "path": "pages/patient/index",
  114. "style": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "",
  117. "onReachBottomDistance": 50,
  118. "app-plus": {
  119. "titleNView": false
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/patient/evaluate",
  125. "style": {
  126. "navigationBarTitleText": "评价"
  127. }
  128. },
  129. {
  130. "path": "pages/patient/refund",
  131. "style": {
  132. "navigationBarTitleText": "退款"
  133. }
  134. },
  135. {
  136. "path": "pages/set/phone",
  137. "style": {
  138. "navigationBarTitleText": "手机号绑定"
  139. }
  140. },
  141. {
  142. "path": "pages/public/register",
  143. "style": {
  144. "navigationBarTitleText": "注册",
  145. "app-plus": {
  146. "titleNView": {
  147. "type": "transparent"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/public/forget",
  154. "style": {
  155. "navigationBarTitleText": "忘记密码",
  156. "app-plus": {
  157. "titleNView": {
  158. "type": "transparent"
  159. }
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/public/agreement",
  165. "style": {
  166. "navigationBarTitleText": "服务协议"
  167. }
  168. },
  169. {
  170. "path": "pages/public/uagreement",
  171. "style": {
  172. //#ifdef H5
  173. "navigationStyle": "custom",
  174. //#endif
  175. "navigationBarTitleText": "用户注册协议"
  176. }
  177. },
  178. {
  179. "path": "pages/public/privacy",
  180. "style": {
  181. "navigationBarTitleText": "隐私协议"
  182. }
  183. },
  184. {
  185. "path": "pages/set/set",
  186. "style": {
  187. "navigationBarTitleText": "设置"
  188. }
  189. },
  190. {
  191. "path": "pages/set/password",
  192. "style": {
  193. "navigationBarTitleText": "服务协议"
  194. }
  195. },
  196. {
  197. "path": "pages/userinfo/patient",
  198. "style": {
  199. "navigationBarTitleText": "修改资料"
  200. }
  201. },
  202. {
  203. "path": "pages/doctor/doclist",
  204. "style": {
  205. "navigationBarTitleText": "医生列表"
  206. }
  207. },
  208. {
  209. "path": "pages/doctor/index",
  210. "style": {
  211. "navigationBarTitleText": "医生列表"
  212. }
  213. },
  214. {
  215. "path": "pages/patient/appointment",
  216. "style": {
  217. "navigationBarTitleText": "医生预约"
  218. }
  219. },
  220. {
  221. "path": "pages/userinfo/mechanism",
  222. "style": {
  223. "navigationBarTitleText": "名片修改"
  224. }
  225. },
  226. {
  227. "path": "pages/user/reply",
  228. "style": {
  229. "navigationBarTitleText": "评价"
  230. }
  231. },
  232. {
  233. "path": "pages/userinfo/doctor",
  234. "style": {
  235. //#ifdef H5
  236. "navigationStyle": "custom",
  237. //#endif
  238. "navigationBarTitleText": "修改资料"
  239. }
  240. },
  241. {
  242. "path": "pages/order/myorder",
  243. "style": {
  244. "navigationBarTitleText": "我的订单"
  245. }
  246. },
  247. {
  248. "path": "pages/order/success",
  249. "style": {
  250. "navigationBarTitleText": "预约成功"
  251. }
  252. },
  253. {
  254. "path": "pages/course/course",
  255. "style": {
  256. "navigationBarTitleText": "课程列表"
  257. }
  258. },
  259. {
  260. "path": "pages/course/detail",
  261. "style": {
  262. "navigationBarTitleText": "详情展示",
  263. "app-plus": {
  264. "titleNView": {
  265. "type": "transparent"
  266. }
  267. }
  268. }
  269. },
  270. {
  271. "path": "pages/course/curriculum",
  272. "style": {
  273. "navigationBarTitleText": "课程",
  274. "app-plus": {
  275. "titleNView": {
  276. "type": "transparent"
  277. }
  278. }
  279. }
  280. },
  281. {
  282. "path": "pages/user/user",
  283. "style": {
  284. // #ifndef MP-WEIXIN
  285. "navigationStyle": "custom",
  286. // #endif
  287. "navigationBarTitleText": "个人中心"
  288. }
  289. },
  290. {
  291. "path": "pages/redirect/redirect",
  292. "style": {
  293. "navigationBarTitleText": "微信登录跳转页面",
  294. "app-plus": {
  295. "titleNView": false
  296. }
  297. }
  298. },
  299. {
  300. "path": "pages/wallet/commission",
  301. "style": {
  302. "navigationBarTitleText": "我的佣金",
  303. "app-plus": {
  304. "titleNView": {
  305. "type": "transparent"
  306. }
  307. }
  308. }
  309. },
  310. {
  311. "path": "pages/wallet/wallet",
  312. "style": {
  313. "navigationBarTitleText": "我的钱包",
  314. "app-plus": {
  315. "titleNView": {
  316. "type": "transparent"
  317. }
  318. }
  319. }
  320. },
  321. {
  322. "path": "pages/doctor/expert",
  323. "style": {
  324. "navigationBarTitleText": "",
  325. "app-plus": {
  326. "titleNView": {
  327. "type": "transparent"
  328. }
  329. }
  330. }
  331. },
  332. {
  333. "path": "pages/doctor/chat",
  334. "style": {
  335. "navigationBarTextStyle": "black",
  336. "navigationBarTitleText": "聊天咨询",
  337. "onReachBottomDistance": 50,
  338. "app-plus": {
  339. "titleNView": false
  340. }
  341. }
  342. },
  343. {
  344. "path": "pages/doctor/chartt",
  345. "style": {
  346. "navigationBarTextStyle": "black",
  347. "navigationBarTitleText": "咨询",
  348. "onReachBottomDistance": 50,
  349. "app-plus": {
  350. "titleNView": false
  351. }
  352. }
  353. },
  354. {
  355. "path": "pages/wallet/recharge",
  356. "style": {
  357. "navigationBarTitleText": "充值"
  358. }
  359. },
  360. {
  361. "path": "pages/wallet/withdrawal",
  362. "style": {
  363. "navigationBarTitleText": "提现"
  364. }
  365. },
  366. {
  367. "path": "pages/recommend/index",
  368. "style": {
  369. "navigationBarTitleText": "我的推荐" //医生
  370. }
  371. },
  372. {
  373. "path": "pages/recommend/sick",
  374. "style": {
  375. "navigationBarTitleText": "我的病友"
  376. }
  377. },
  378. {
  379. "path": "pages/live/list",
  380. "style": {
  381. "navigationBarTitleText": "直播列表"
  382. }
  383. },
  384. {
  385. "path": "pages/live/details",
  386. "style": {
  387. "navigationBarTitleText": "视频详情",
  388. "app-plus": {
  389. "titleNView": {
  390. "type": "transparent"
  391. }
  392. }
  393. }
  394. },
  395. {
  396. "path": "pages/live/broadcast",
  397. "style": {
  398. "navigationBarTitleText": "直播",
  399. "app-plus": {
  400. "titleNView": false
  401. }
  402. }
  403. },
  404. {
  405. "path": "pages/shareQrCode/index",
  406. "style": {
  407. //#ifdef H5
  408. "navigationStyle": "custom",
  409. //#endif
  410. "navigationBarTitleText": "邀请好友"
  411. }
  412. },
  413. {
  414. "path": "pages/shareQrCode/card",
  415. "style": {
  416. //#ifdef H5
  417. "navigationStyle": "custom",
  418. //#endif
  419. "navigationBarTitleText": "我的名片"
  420. }
  421. },
  422. {
  423. "path": "pages/user/msg",
  424. "style": {
  425. "navigationBarTitleText": "消息"
  426. }
  427. },
  428. {
  429. "path": "pages/dd/dd",
  430. "style": {
  431. "navigationBarTitleText": "机构订单"
  432. }
  433. },
  434. {
  435. "path": "pages/dd/opendd",
  436. "style": {
  437. "navigationBarTitleText": "发布订单"
  438. }
  439. },
  440. {
  441. "path": "pages/public/erweima",
  442. "style": {
  443. //#ifdef H5
  444. "navigationStyle": "custom",
  445. //#endif
  446. "navigationBarTitleText": "关注二维码"
  447. }
  448. }
  449. ],
  450. "globalStyle": {
  451. "navigationBarTextStyle": "black",
  452. "navigationBarTitleText": "uni-app",
  453. "navigationBarBackgroundColor": "#FFFFFF",
  454. "backgroundColor": "#f8f8f8"
  455. },
  456. "tabBar": {
  457. "color": "#B4B7BB",
  458. "selectedColor": "#6786FB",
  459. "iconWidth": "18px",
  460. "borderStyle": "black",
  461. "backgroundColor": "#ffffff",
  462. "list": [{
  463. "pagePath": "pages/index/home",
  464. "iconPath": "static/tabBar/tab-home.png",
  465. "selectedIconPath": "static/tabBar/tab-home-current.png",
  466. "text": "首页",
  467. "visible": true
  468. },
  469. {
  470. "pagePath": "pages/patient/patient",
  471. "iconPath": "static/tabBar/tab-cate.png",
  472. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  473. "text": "咨询记录",
  474. "visible": true
  475. // "visible": false
  476. },
  477. {
  478. "pagePath": "pages/index/index",
  479. "iconPath": "static/tabBar/tab-study.png",
  480. "selectedIconPath": "static/tabBar/tab-study-current.png",
  481. "text": "科普学习",
  482. "visible": false
  483. },
  484. {
  485. "pagePath": "pages/dd/dd",
  486. "iconPath": "static/tabbar/jd.png",
  487. "selectedIconPath": "static/tabbar/jd-act.png",
  488. "text": "发布订单",
  489. "visible": false
  490. },
  491. {
  492. "pagePath": "pages/user/user",
  493. "iconPath": "static/tabBar/tab-my.png",
  494. "selectedIconPath": "static/tabBar/tab-my-current.png",
  495. "text": "我的",
  496. "visible": true
  497. }
  498. ]
  499. }
  500. }