pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "navigationStyle": "custom" // 隐藏系统导航栏
  11. }
  12. },
  13. {
  14. "path": "pages/index/coupon",
  15. "style": {
  16. "navigationBarTitleText": "优惠券",
  17. "navigationBarBackgroundColor": "#FFFFFF",
  18. "navigationBarTextStyle": "black",
  19. "navigationBarShadow": {
  20. "colorType": "grey"
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/index/invite",
  26. "style": {
  27. "navigationBarTitleText": "邀请码",
  28. "navigationBarBackgroundColor": "#FFFFFF",
  29. "navigationBarTextStyle": "black",
  30. "navigationBarShadow": {
  31. "colorType": "grey"
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/index/yhdl",
  37. "style": {
  38. "navigationBarTitleText": "",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/index/hykt",
  44. "style": {
  45. "navigationBarTitleText": "",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/index/hyktdis",
  51. "style": {
  52. "navigationBarTitleText": "",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/index/zylx",
  58. "style": {
  59. "navigationBarTitleText": "治愈练习",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/index/zyxq",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/index/zxshi",
  72. "style": {
  73. "navigationBarTitleText": "",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/index/wdjh",
  79. "style": {
  80. "navigationBarTitleText": "我的解惑",
  81. "navigationBarBackgroundColor": "#FFFFFF",
  82. "navigationBarTextStyle": "black",
  83. "navigationBarShadow": {
  84. "colorType": "grey"
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/index/jiehuo",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/index/jiehuo-pl",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "navigationBarBackgroundColor": "#FFFFFF",
  100. "navigationBarTextStyle": "black"
  101. }
  102. },
  103. {
  104. "path": "pages/index/hd",
  105. "style": {
  106. "navigationBarTitleText": "活动",
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/index/kc",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/index/kcxq-x",
  119. "style": {
  120. "navigationBarTitleText": "课程详情"
  121. }
  122. },
  123. {
  124. "path": "pages/index/kcxq-t",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "pages/index/ztsp",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/lecturer/my",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/lecturer/wdgz",
  146. "style": {
  147. "navigationBarTitleText": "我的关注",
  148. "navigationBarBackgroundColor": "#FFFFFF",
  149. "navigationBarTextStyle": "black"
  150. }
  151. },
  152. {
  153. "path": "pages/lecturer/wdsc",
  154. "style": {
  155. "navigationBarTitleText": "我的收藏",
  156. "navigationBarBackgroundColor": "#FFFFFF",
  157. "navigationBarTextStyle": "black",
  158. "navigationBarShadow": {
  159. "colorType": "grey"
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/lecturer/wdcp",
  165. "style": {
  166. "navigationBarTitleText": "我的测评",
  167. "navigationBarBackgroundColor": "#FFFFFF",
  168. "navigationBarTextStyle": "black",
  169. "navigationBarShadow": {
  170. "colorType": "grey"
  171. }
  172. }
  173. },
  174. {
  175. "path": "pages/lecturer/cpfa",
  176. "style": {
  177. "navigationBarTitleText": "我的测评",
  178. "navigationBarBackgroundColor": "#FFFFFF",
  179. "navigationBarTextStyle": "black",
  180. "navigationBarShadow": {
  181. "colorType": "grey"
  182. }
  183. }
  184. },
  185. {
  186. "path": "pages/lecturer/wdxuexi",
  187. "style": {
  188. "navigationBarTitleText": "我的学习",
  189. "navigationBarBackgroundColor": "#FFFFFF",
  190. "navigationBarTextStyle": "black",
  191. "navigationBarShadow": {
  192. "colorType": "grey"
  193. }
  194. }
  195. },
  196. {
  197. "path": "pages/lecturer/wdzx",
  198. "style": {
  199. "navigationBarTitleText": "我的咨询",
  200. "navigationBarBackgroundColor": "#FFFFFF",
  201. "navigationBarTextStyle": "black"
  202. }
  203. },
  204. {
  205. "path": "pages/lecturer/wdhd",
  206. "style": {
  207. "navigationBarTitleText": "我的活动",
  208. "navigationBarBackgroundColor": "#FFFFFF",
  209. "navigationBarTextStyle": "black"
  210. }
  211. },
  212. {
  213. "path": "pages/lecturer/kcdd",
  214. "style": {
  215. "navigationBarTitleText": "课程订单",
  216. "navigationBarBackgroundColor": "#FFFFFF",
  217. "navigationBarTextStyle": "black"
  218. }
  219. },
  220. {
  221. "path": "pages/user/khzx",
  222. "style": {
  223. "navigationBarTitleText": "",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "pages/user/fkcg",
  229. "style": {
  230. "navigationBarTitleText": "付款成功",
  231. "navigationBarBackgroundColor": "#FFFFFF",
  232. "navigationBarTextStyle": "black",
  233. "navigationBarShadow": {
  234. "colorType": "grey"
  235. },
  236. "disableScroll": true
  237. }
  238. },
  239. {
  240. "path": "pages/user/cp",
  241. "style": {
  242. "navigationBarTitleText": "测评",
  243. "navigationBarBackgroundColor": "#FFFFFF",
  244. "navigationBarTextStyle": "black"
  245. }
  246. },
  247. {
  248. "path": "pages/user/cp-sc",
  249. "style": {
  250. "navigationBarTitleText": "测评",
  251. "navigationBarBackgroundColor": "#FFFFFF",
  252. "navigationBarTextStyle": "black",
  253. "navigationBarShadow": {
  254. "colorType": "grey"
  255. },
  256. "disableScroll": true
  257. }
  258. },
  259. {
  260. "path" : "pages/user/cp-pay",
  261. "style": {
  262. "navigationBarTitleText": "测评支付",
  263. "navigationBarBackgroundColor": "#FFFFFF",
  264. "navigationBarTextStyle": "black",
  265. "navigationBarShadow": {
  266. "colorType": "grey"
  267. },
  268. "disableScroll": true
  269. }
  270. },
  271. {
  272. "path": "pages/user/cp-cg",
  273. "style": {
  274. "navigationBarTitleText": "测评成功",
  275. "navigationBarBackgroundColor": "#FFFFFF",
  276. "navigationBarTextStyle": "black",
  277. "navigationBarShadow": {
  278. "colorType": "grey"
  279. },
  280. "disableScroll": true
  281. }
  282. },
  283. {
  284. "path": "pages/user/cp-jg",
  285. "style": {
  286. "navigationBarTitleText": "测评结果",
  287. "navigationBarBackgroundColor": "#FFFFFF",
  288. "navigationBarTextStyle": "black",
  289. "navigationBarShadow": {
  290. "colorType": "grey"
  291. }
  292. }
  293. },
  294. {
  295. "path": "pages/user/cp-fk",
  296. "style": {
  297. "navigationBarTitleText": "付款成功",
  298. "navigationBarBackgroundColor": "#FFFFFF",
  299. "navigationBarTextStyle": "black",
  300. "navigationBarShadow": {
  301. "colorType": "grey"
  302. },
  303. "disableScroll": true
  304. }
  305. },
  306. {
  307. "path": "pages/user/cp-fa",
  308. "style": {
  309. "navigationBarTitleText": "解决方案",
  310. "navigationBarBackgroundColor": "#FFFFFF",
  311. "navigationBarTextStyle": "black",
  312. "navigationBarShadow": {
  313. "colorType": "grey"
  314. }
  315. // "disableScroll": true //微信/百度/头条
  316. }
  317. },
  318. {
  319. "path": "pages/user/kcxq-b",
  320. "style": {
  321. "navigationBarTitleText": "课程详情",
  322. "navigationBarBackgroundColor": "#FFFFFF",
  323. "navigationBarTextStyle": "black"
  324. }
  325. },
  326. {
  327. "path": "pages/user/wdhd-xq",
  328. "style": {
  329. "navigationBarTitleText": "活动详情页",
  330. "navigationBarBackgroundColor": "#FFFFFF",
  331. "navigationBarTextStyle": "black"
  332. }
  333. },
  334. {
  335. "path": "pages/user/wdhd-tc",
  336. "style": {
  337. "navigationBarTitleText": "退出活动",
  338. "navigationBarBackgroundColor": "#FFFFFF",
  339. "navigationBarTextStyle": "black",
  340. "navigationBarShadow": {
  341. "colorType": "grey"
  342. },
  343. "disableScroll": true //微信/百度/头条
  344. }
  345. },
  346. {
  347. "path": "pages/lecturer/sckc",
  348. "style": {
  349. "navigationBarTitleText": "上传课程",
  350. "navigationBarBackgroundColor": "#FFFFFF",
  351. "navigationBarTextStyle": "black",
  352. "navigationBarShadow": {
  353. "colorType": "grey"
  354. }
  355. }
  356. },
  357. {
  358. "path": "pages/lecturer/wdkc",
  359. "style": {
  360. "navigationBarTitleText": "我的课程",
  361. "navigationBarBackgroundColor": "#FFFFFF",
  362. "navigationBarTextStyle": "black"
  363. }
  364. },
  365. {
  366. "path": "pages/index/zxxq",
  367. "style": {
  368. "navigationBarTitleText": "资讯详情",
  369. "enablePullDownRefresh": false
  370. }
  371. },
  372. {
  373. "path": "pages/login/appLogin",
  374. "style": {
  375. "navigationBarTitleText": "登录",
  376. "enablePullDownRefresh": false,
  377. "navigationStyle": "custom"
  378. }
  379. }, {
  380. "path": "pages/login/updatePwd",
  381. "style": {
  382. "navigationBarTitleText": "", // 忘记密码
  383. "enablePullDownRefresh": false,
  384. "navigationBarBackgroundColor": "#ffffff"
  385. }
  386. }, {
  387. "path": "pages/login/sigUp",
  388. "style": {
  389. "navigationBarTitleText": "", // 注册
  390. "enablePullDownRefresh": false,
  391. "navigationBarBackgroundColor": "#ffffff"
  392. }
  393. }, {
  394. "path": "pages/index/SearchPage",
  395. "style": {
  396. "navigationBarTitleText": "搜索",
  397. "enablePullDownRefresh": false
  398. }
  399. },
  400. {
  401. "path": "pages/index/apply",
  402. "style": {
  403. "navigationBarTitleText": "申请",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "pages/index/watchLive",
  409. "style": {
  410. "navigationBarTitleText": "直播课程",
  411. "enablePullDownRefresh": false
  412. }
  413. }, {
  414. "path": "pages/lecturer/Live",
  415. "style": {
  416. "navigationBarTitleText": "直播",
  417. "enablePullDownRefresh": false
  418. }
  419. },
  420. {
  421. "path": "pages/user/cpView",
  422. "style": {
  423. "navigationBarTitleText": "",
  424. "enablePullDownRefresh": false
  425. }
  426. }
  427. ,{
  428. "path" : "pages/index/zyDetail",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "详情",
  432. "enablePullDownRefresh": false
  433. }
  434. },
  435. {
  436. "path" : "pages/lecturer/modifyInfo/modifyInfo",
  437. "style" :
  438. {
  439. "navigationBarTitleText" : "修改信息"
  440. }
  441. }
  442. ],
  443. "tabBar": {
  444. "custom": true, // 使用自定义的tabbar
  445. "color": "#000",
  446. "selectedColor": "#374B6E",
  447. "borderStyle": "black",
  448. "backgroundColor": "#fff",
  449. "height": "50px",
  450. "fontSize": "12px",
  451. "iconWidth": "24px",
  452. "spacing": "3px",
  453. "list": [
  454. {
  455. "pagePath": "pages/index/index",
  456. "text": "首页",
  457. "iconPath": "/static/dibu/boa1.png",
  458. "selectedIconPath": "/static/dibu/bob1.png"
  459. },
  460. {
  461. "pagePath": "pages/lecturer/wdzx",
  462. "text": "咨询",
  463. "iconPath": "/static/dibu/boa2.png",
  464. "selectedIconPath": "/static/dibu/bob2.png"
  465. },
  466. {
  467. "pagePath": "pages/index/jiehuo",
  468. "text": "解惑",
  469. "iconPath": "/static/dibu/boa3.png",
  470. "selectedIconPath": "/static/dibu/bob3.png"
  471. },
  472. {
  473. "pagePath": "pages/lecturer/my",
  474. "text": "我的",
  475. "iconPath": "/static/dibu/boa4.png",
  476. "selectedIconPath": "/static/dibu/bob4.png"
  477. }
  478. ]
  479. },
  480. "globalStyle": {
  481. "navigationBarTextStyle": "black",
  482. "navigationBarTitleText": "uni-app",
  483. "navigationBarBackgroundColor": "#F8F8F8",
  484. "backgroundColor": "#F8F8F8"
  485. }
  486. }