pages.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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. "navigationBarTitleText": "任务中心",
  38. "app-plus": {
  39. "titleNView": false
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/user/index",
  45. "style": {
  46. "navigationBarTitleText": "我的",
  47. "navigationStyle": "custom",
  48. "app-plus": {
  49. "titleNView": false
  50. }
  51. }
  52. }, {
  53. "path": "pages/home/content",
  54. "style": {
  55. "navigationBarTitleText": "详情",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/home/web",
  60. "style": {
  61. "navigationBarTitleText": "详情",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "pages/user/test",
  67. "style": {
  68. "navigationBarTitleText": "测一测",
  69. "app-plus": {
  70. "titleNView": false
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/auth/changePassword",
  76. "style": {
  77. "navigationBarTitleText": "修改密码"
  78. }
  79. },
  80. {
  81. "path": "pages/auth/forgetPassword",
  82. "style": {
  83. "navigationBarTitleText": "忘记密码"
  84. }
  85. }, {
  86. "path": "pages/auth/setting",
  87. "style": {
  88. "navigationBarTitleText": "设置中心"
  89. }
  90. }
  91. ],
  92. "subPackages": [{
  93. "root": "pages_task",
  94. "pages": [{
  95. "path": "index",
  96. "style": {
  97. "navigationBarTitleText": "问答专区",
  98. "app-plus": {
  99. "titleNView": false
  100. }
  101. }
  102. },
  103. {
  104. "path": "airClassroom",
  105. "style": {
  106. "navigationBarTitleText": "空中课堂",
  107. "app-plus": {
  108. "titleNView": false
  109. }
  110. }
  111. }, {
  112. // 填写任务
  113. "path": "createTask",
  114. "style": {
  115. "navigationBarTitleText": "创建任务",
  116. "app-plus": {
  117. "titleNView": false
  118. }
  119. }
  120. }, {
  121. // 选择客户
  122. "path": "selectCustomer",
  123. "style": {
  124. "navigationBarTitleText": "创建任务",
  125. "app-plus": {
  126. "titleNView": false
  127. }
  128. }
  129. }, {
  130. // 积分设置
  131. "path": "pointsSettings",
  132. "style": {
  133. "navigationBarTitleText": "创建任务",
  134. "app-plus": {
  135. "titleNView": false
  136. }
  137. }
  138. }, {
  139. // 提交成功
  140. "path": "success",
  141. "style": {
  142. "navigationBarTitleText": "创建任务",
  143. "app-plus": {
  144. "titleNView": false
  145. }
  146. }
  147. },
  148. // {
  149. // "path": "taskDetail",
  150. // "style": {
  151. // "navigationBarTitleText": "任务详情",
  152. // "app-plus": {
  153. // "titleNView": false
  154. // }
  155. // }
  156. // },
  157. {
  158. "path": "completeTask",
  159. "style": {
  160. "navigationBarTitleText": "完成任务",
  161. "app-plus": {
  162. "titleNView": false
  163. }
  164. }
  165. },
  166. {
  167. "path": "taskCompleteSuccess",
  168. "style": {
  169. "navigationBarTitleText": "完成任务",
  170. "app-plus": {
  171. "titleNView": false
  172. }
  173. }
  174. },
  175. {
  176. "path": "onlineLecture",
  177. "style": {
  178. "navigationBarTitleText": "在线讲座",
  179. "app-plus": {
  180. "titleNView": false
  181. }
  182. }
  183. },
  184. {
  185. "path": "science",
  186. "style": {
  187. "navigationBarTitleText": "科普创作",
  188. "app-plus": {
  189. "titleNView": false
  190. }
  191. }
  192. },
  193. {
  194. "path": "xlTask",
  195. "style": {
  196. "navigationBarTitleText": "XL任务",
  197. "app-plus": {
  198. "titleNView": false
  199. }
  200. }
  201. },
  202. {
  203. // 任务详情
  204. "path": "taskDetail",
  205. "style": {
  206. "navigationStyle": "custom",
  207. "app-plus": {
  208. "titleNView": false
  209. }
  210. }
  211. },
  212. {
  213. //填写任务
  214. "path": "fillTask",
  215. "style": {
  216. "navigationBarTitleText": "编辑任务",
  217. "app-plus": {
  218. "titleNView": false
  219. }
  220. }
  221. }
  222. ,
  223. {
  224. //选择客户
  225. "path": "editSelectCustomer",
  226. "style": {
  227. "navigationBarTitleText": "编辑任务",
  228. "app-plus": {
  229. "titleNView": false
  230. }
  231. }
  232. },
  233. {
  234. //审批中心
  235. "path": "approvalCenter",
  236. "style": {
  237. "navigationBarTitleText": "审批中心",
  238. "app-plus": {
  239. "titleNView": false
  240. }
  241. }
  242. },
  243. {
  244. // 审批中心-任务详情
  245. "path": "approvalTaskDetail",
  246. "style": {
  247. "navigationStyle": "custom",
  248. "app-plus": {
  249. "titleNView": false
  250. }
  251. }
  252. }
  253. ]
  254. },
  255. {
  256. "root": "pages_user",
  257. "pages": [{
  258. "path": "points",
  259. "style": {
  260. "navigationBarTitleText": "我的积分",
  261. "enablePullDownRefresh": false
  262. }
  263. },
  264. {
  265. "path": "userInfo",
  266. "style": {
  267. "navigationBarTitleText": "个人信息"
  268. }
  269. }
  270. ]
  271. }, {
  272. // 讲者邀请
  273. "root": "pages_speaker",
  274. "pages": [{
  275. "path": "speakerInvitation",
  276. "style": {
  277. "navigationStyle": "custom",
  278. "app-plus": {
  279. "titleNView": false
  280. }
  281. }
  282. },
  283. {
  284. "path": "index",
  285. "style": {
  286. "navigationBarTitleText": "讲者管理"
  287. }
  288. }
  289. ]
  290. },
  291. {
  292. "root": "pages_live",
  293. "pages": [{
  294. "path": "lecture",
  295. "style": {
  296. "navigationBarTitleText": "在线讲座",
  297. // "enablePullDownRefresh": false,
  298. "navigationBarBackgroundColor": "#fff",
  299. "navigationBarTextStyle": "black",
  300. "app-plus": {
  301. "titleNView": false
  302. }
  303. }
  304. },
  305. {
  306. "path": "lesson",
  307. "style": {
  308. "navigationBarTitleText": "空中课堂",
  309. // "enablePullDownRefresh": false,
  310. "navigationBarBackgroundColor": "#fff",
  311. "navigationBarTextStyle": "black",
  312. "app-plus": {
  313. "titleNView": false
  314. }
  315. }
  316. },
  317. {
  318. "path": "lessonDetail",
  319. "style": {
  320. "navigationBarTitleText": "视频详情",
  321. // "enablePullDownRefresh": false,
  322. "navigationBarBackgroundColor": "#000",
  323. "navigationBarTextStyle": "white",
  324. "app-plus": {
  325. "titleNView": false
  326. }
  327. }
  328. },
  329. {
  330. "path": "search",
  331. "style": {
  332. "navigationBarTitleText": "搜索",
  333. // "enablePullDownRefresh": false,
  334. "navigationBarBackgroundColor": "#fff",
  335. "navigationBarTextStyle": "black",
  336. "app-plus": {
  337. "titleNView": false
  338. }
  339. }
  340. },
  341. {
  342. "path": "healthConsulting",
  343. "style": {
  344. "navigationBarTitleText": "健康咨询",
  345. "enablePullDownRefresh": false,
  346. "navigationStyle": "custom",
  347. "app-plus": {
  348. "titleNView": false
  349. }
  350. }
  351. },
  352. {
  353. "path": "healthfiles",
  354. "style": {
  355. "navigationBarTitleText": "健康档案",
  356. "enablePullDownRefresh": false,
  357. "navigationStyle": "custom",
  358. "app-plus": {
  359. "titleNView": false
  360. }
  361. }
  362. },
  363. {
  364. "path": "ConsultationDetails",
  365. "style": {
  366. "navigationBarTitleText": "病例描述",
  367. "enablePullDownRefresh": false,
  368. "app-plus": {
  369. "titleNView": false
  370. }
  371. }
  372. },
  373. {
  374. "path": "addForm",
  375. "style": {
  376. "navigationBarTitleText": "直播报名表",
  377. "enablePullDownRefresh": false,
  378. "app-plus": {
  379. "titleNView": false
  380. }
  381. }
  382. },
  383. {
  384. "path": "card",
  385. "style": {
  386. "navigationBarTitleText": "邀请卡",
  387. "enablePullDownRefresh": false,
  388. "app-plus": {
  389. "titleNView": false
  390. }
  391. }
  392. }, {
  393. "path": "addUser",
  394. "style": {
  395. "navigationBarTitleText": "用户信息",
  396. "enablePullDownRefresh": false,
  397. "app-plus": {
  398. "titleNView": false
  399. }
  400. }
  401. }
  402. ]
  403. }, {
  404. "root": "pages_echarts",
  405. "pages": [{
  406. "path": "statistics",
  407. "style": {
  408. "navigationBarTitleText": "数据统计",
  409. "enablePullDownRefresh": false,
  410. "navigationBarBackgroundColor": "#fff",
  411. "navigationBarTextStyle": "black",
  412. "app-plus": {
  413. "titleNView": false
  414. }
  415. }
  416. }]
  417. }
  418. ],
  419. "globalStyle": {
  420. "navigationBarTextStyle": "black",
  421. "navigationBarTitleText": "企业端",
  422. "navigationBarBackgroundColor": "#FFFFFF",
  423. "backgroundColor": "#FFFFFF"
  424. },
  425. "tabBar": {
  426. "color": "#999999",
  427. "selectedColor": "#333333",
  428. "borderStyle": "white",
  429. "backgroundColor": "#ffffff",
  430. "height": "64px",
  431. "fontSize": "12px",
  432. "iconWidth": "18px",
  433. "spacing": "4px",
  434. "list": [{
  435. "pagePath": "pages/home/index",
  436. "iconPath": "/static/tabbar/icon_home.png",
  437. "selectedIconPath": "/static/tabbar/icon_sel_home.png",
  438. "text": "首页"
  439. },
  440. // {
  441. // "pagePath": "pages/task/index",
  442. // "iconPath": "/static/tabbar/icon_task.png",
  443. // "selectedIconPath": "/static/tabbar/icon_sel_task.png",
  444. // "text": "任务中心"
  445. // },
  446. {
  447. "pagePath": "pages/user/index",
  448. "iconPath": "/static/tabbar/icon_me.png",
  449. "selectedIconPath": "/static/tabbar/icon_sel_me.png",
  450. "text": "我的"
  451. }
  452. ]
  453. }
  454. }