pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. {
  2. "pages": [
  3. // {
  4. // "path": "pages/index/index",
  5. // "style": {
  6. // "navigationBarTitleText": "首页"
  7. // }
  8. // },
  9. {
  10. "path" : "pages/about/index",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : "工具",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path" : "pages/user/index",
  19. "style" :
  20. {
  21. "navigationBarTitleText" : "我的"
  22. }
  23. },
  24. {
  25. "path" : "pages/user/userAgreement",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : ""
  29. }
  30. },
  31. {
  32. "path" : "pages/healthTest/healthTest",
  33. "style" :
  34. {
  35. "navigationBarTitleText" : "关于"
  36. }
  37. }
  38. // {
  39. // "path" : "pages/auth/login",
  40. // "style" :
  41. // {
  42. // "navigationBarTitleText" : "登录"
  43. // }
  44. // }
  45. ],
  46. "subPackages": [
  47. {
  48. "root": "pages_index",
  49. "pages": [
  50. {
  51. "path": "testDetails",
  52. "style": {
  53. "navigationBarTitleText": "自测",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path": "test",
  59. "style": {
  60. "navigationBarTitleText": "自测",
  61. "enablePullDownRefresh": false
  62. }
  63. },
  64. // {
  65. // "path": "patient",
  66. // "style": {
  67. // "navigationBarTitleText": "就诊人管理",
  68. // "enablePullDownRefresh": false
  69. // }
  70. // },
  71. // {
  72. // "path": "addEditPatient",
  73. // "style": {
  74. // "navigationBarTitleText": "新增就诊人",
  75. // "enablePullDownRefresh": false
  76. // }
  77. // },
  78. // {
  79. // "path": "testResult",
  80. // "style": {
  81. // "navigationBarTitleText": "新增就诊人",
  82. // "enablePullDownRefresh": false
  83. // }
  84. // },
  85. {
  86. "path": "voice",
  87. "style": {
  88. "navigationBarTitleText": "声音采集",
  89. "enablePullDownRefresh": false,
  90. "navigationBarBackgroundColor": "#ffffff",
  91. "navigationBarTextStyle": "black",
  92. "app-plus": {
  93. "bounce": "none" // 页面回弹
  94. }
  95. }
  96. }
  97. // ,{
  98. // "path" : "voiceItem",
  99. // "style" :
  100. // {
  101. // "navigationBarTitleText" : "声音录制",
  102. // "enablePullDownRefresh": false,
  103. // "navigationBarBackgroundColor":"#ffffff",
  104. // "navigationBarTextStyle":"black",
  105. // "app-plus": {
  106. // "bounce": "none" // 页面回弹
  107. // }
  108. // }
  109. // },{
  110. // "path" : "voiceList",
  111. // "style" :
  112. // {
  113. // "navigationBarTitleText" : "声音录制",
  114. // "enablePullDownRefresh": false,
  115. // "navigationBarBackgroundColor":"#ffffff",
  116. // "navigationBarTextStyle":"black",
  117. // "app-plus": {
  118. // "bounce": "none" // 页面回弹
  119. // }
  120. // }
  121. // }
  122. ]
  123. },
  124. {
  125. "root": "pages_manage",
  126. "pages": [
  127. {
  128. "path": "login",
  129. "style": {
  130. "navigationBarTitleText": "登录",
  131. "enablePullDownRefresh": false
  132. }
  133. },
  134. {
  135. "path": "index",
  136. "style": {
  137. "navigationBarTitleText": "数据",
  138. "enablePullDownRefresh": false
  139. }
  140. },
  141. {
  142. "path": "dataDetails",
  143. "style": {
  144. "navigationBarTitleText": "课程数据详情",
  145. "enablePullDownRefresh": false
  146. }
  147. },
  148. {
  149. "path": "statistic",
  150. "style": {
  151. "navigationBarTitleText": "课程统计",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "manageDataDetail",
  157. "style": {
  158. "navigationBarTitleText": "销售详情",
  159. "enablePullDownRefresh": false
  160. }
  161. }
  162. ]
  163. },
  164. {
  165. "root": "pages_managedata",
  166. "pages": [
  167. {
  168. "path": "coursedetail",
  169. "style": {
  170. "navigationBarTitleText": "课程详情",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "vipdetail",
  176. "style": {
  177. "navigationBarTitleText": "会员详情",
  178. "enablePullDownRefresh": false
  179. }
  180. },
  181. {
  182. "path": "userInfo",
  183. "style": {
  184. "navigationBarTitleText": "用户信息",
  185. "enablePullDownRefresh": false
  186. }
  187. },
  188. {
  189. "path": "editUser",
  190. "style": {
  191. "navigationBarTitleText": "设置",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "lableSetup",
  197. "style": {
  198. "navigationBarTitleText": "标签设置",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path": "about",
  204. "style": {
  205. "navigationBarTitleText": "关于我们",
  206. "enablePullDownRefresh": false
  207. }
  208. },
  209. {
  210. "path": "users",
  211. "style": {
  212. "navigationBarTitleText": "审核销售",
  213. "enablePullDownRefresh": false
  214. }
  215. },
  216. {
  217. "path": "managedetail",
  218. "style": {
  219. "navigationBarTitleText": "审核销售",
  220. "enablePullDownRefresh": false
  221. }
  222. },
  223. {
  224. "path": "exprotList",
  225. "style": {
  226. "navigationBarTitleText": "审核列表",
  227. "enablePullDownRefresh": false
  228. }
  229. },
  230. {
  231. "path": "saleInfo",
  232. "style": {
  233. "navigationBarTitleText": "员工详情",
  234. "enablePullDownRefresh": false
  235. }
  236. },
  237. {
  238. "path": "changeVip",
  239. "style": {
  240. "navigationBarTitleText": "更换会员归属",
  241. "enablePullDownRefresh": false
  242. }
  243. }
  244. ]
  245. },
  246. {
  247. "root": "pages_course",
  248. "pages": [{
  249. "path": "reward",
  250. "style": {
  251. "navigationBarTitleText": "领取奖励",
  252. "enablePullDownRefresh": false
  253. }
  254. },{
  255. "path": "H5reward",
  256. "style": {
  257. "navigationBarTitleText": "领取奖励",
  258. "enablePullDownRefresh": false
  259. }
  260. },
  261. {
  262. "path": "becomeVIP",
  263. "style": {
  264. "navigationBarTitleText": "注册会员",
  265. "enablePullDownRefresh": false
  266. }
  267. },
  268. {
  269. "path": "becomeSale",
  270. "style": {
  271. "navigationBarTitleText": "注册销售",
  272. "enablePullDownRefresh": false
  273. }
  274. },
  275. {
  276. "path": "webview",
  277. "style": {
  278. "navigationBarTitleText": "授权登录",
  279. "enablePullDownRefresh": false
  280. }
  281. },
  282. {
  283. "path": "videovip",
  284. "style": {
  285. "navigationBarTitleText": "看课详情",
  286. "enablePullDownRefresh": false,
  287. "navigationStyle": "custom",
  288. "scrollIndicator": "none",
  289. "app-plus": {
  290. "bounce": "none",
  291. "softinputMode": "adjustResize"
  292. },
  293. "mp-weixin": {
  294. "usingComponents": {
  295. "ylvideo": "plugin://yunlVideoPlugin/yunlVideo"
  296. }
  297. }
  298. }
  299. },
  300. {
  301. "path": "video",
  302. "style": {
  303. "navigationBarTitleText": "",
  304. "enablePullDownRefresh": false,
  305. "navigationStyle": "custom",
  306. "scrollIndicator": "none",
  307. "app-plus": {
  308. "bounce": "none",
  309. "softinputMode": "adjustResize"
  310. },
  311. "mp-weixin": {
  312. "usingComponents": {
  313. "ylvideo": "plugin://yunlVideoPlugin/yunlVideo"
  314. }
  315. }
  316. }
  317. },
  318. {
  319. "path" : "learn",
  320. "style" :
  321. {
  322. "navigationBarTitleText" : "健康生活方式指导",
  323. "enablePullDownRefresh": false
  324. }
  325. },
  326. {
  327. "path": "teacherClassroom",
  328. "style": {
  329. "navigationBarTitleText": "名师课堂",
  330. "enablePullDownRefresh": false
  331. }
  332. },
  333. {
  334. "path" : "feedback",
  335. "style" :
  336. {
  337. "navigationBarTitleText": "投诉反馈",
  338. "scrollIndicator": "none",
  339. "app-plus": {
  340. "bounce": "none",
  341. "softinputMode": "adjustResize"
  342. }
  343. }
  344. }
  345. ]
  346. ,"plugins": {
  347. "yunlVideoPlugin": {
  348. "version": "1.0.1",
  349. "provider": "wxd70f99287830cb51"
  350. }
  351. }
  352. },
  353. {
  354. "root": "pages_tool",
  355. "pages": [
  356. {
  357. "path": "pages/wxyj/index",
  358. "style": {
  359. "navigationBarBackgroundColor": "#3677f0",
  360. "navigationBarTextStyle": "white",
  361. "navigationBarTitleText": "五险一金计算",
  362. "backgroundColor": "#eeeeee",
  363. "backgroundTextStyle": "light",
  364. "usingComponents": {}
  365. }
  366. },
  367. {
  368. "path": "pages/cloudNote/edit/index",
  369. "style": {
  370. "navigationBarTitleText": "编辑",
  371. "enablePullDownRefresh": false,
  372. "usingComponents": {}
  373. }
  374. },
  375. {
  376. "path": "pages/cloudNote/create/index",
  377. "style": {
  378. "navigationBarTitleText": "新增",
  379. "enablePullDownRefresh": false,
  380. "usingComponents": {}
  381. }
  382. },
  383. {
  384. "path": "pages/cloudNote/index/index",
  385. "style": {
  386. "navigationBarBackgroundColor": "#3677f0",
  387. "navigationBarTextStyle": "white",
  388. "navigationBarTitleText": "云笔记",
  389. "backgroundColor": "#eeeeee",
  390. "backgroundTextStyle": "light",
  391. "usingComponents": {}
  392. }
  393. },
  394. {
  395. "path": "pages/historyToday/historyToday",
  396. "style": {
  397. "navigationBarBackgroundColor": "#3677f0",
  398. "navigationBarTextStyle": "white",
  399. "navigationBarTitleText": "历史今天",
  400. "backgroundColor": "#eeeeee",
  401. "backgroundTextStyle": "light",
  402. "usingComponents": {}
  403. }
  404. },
  405. {
  406. "path": "pages/historyToday/details",
  407. "style": {
  408. "navigationBarBackgroundColor": "#3677f0",
  409. "navigationBarTextStyle": "white",
  410. "navigationBarTitleText": "详细信息",
  411. "backgroundColor": "#eeeeee",
  412. "backgroundTextStyle": "light",
  413. "usingComponents": {}
  414. }
  415. },
  416. // {
  417. // "path": "pages/weather/weather",
  418. // "style": {
  419. // "navigationBarBackgroundColor": "#fff",
  420. // "navigationBarTextStyle": "black",
  421. // "navigationBarTitleText": "天气",
  422. // "backgroundColor": "#eeeeee",
  423. // "backgroundTextStyle": "light",
  424. // "usingComponents": {}
  425. // }
  426. // },
  427. {
  428. "path": "pages/pinyin/index",
  429. "style": {
  430. "navigationBarBackgroundColor": "#3677f0",
  431. "navigationBarTextStyle": "white",
  432. "navigationBarTitleText": "查拼音",
  433. "backgroundColor": "#eeeeee",
  434. "backgroundTextStyle": "light",
  435. "usingComponents": {}
  436. }
  437. },
  438. {
  439. "path": "pages/christmasHat/index/index",
  440. "style": {
  441. "navigationBarBackgroundColor": "#fff",
  442. "navigationBarTextStyle": "black",
  443. "navigationBarTitleText": "圣诞帽",
  444. "backgroundColor": "#eeeeee",
  445. "backgroundTextStyle": "light",
  446. "usingComponents": {}
  447. }
  448. },
  449. {
  450. "path": "pages/gojuuonn/gojuuonn",
  451. "style": {
  452. "navigationBarBackgroundColor": "#e4bfb6",
  453. "navigationBarTextStyle": "white",
  454. "navigationBarTitleText": "五十音图",
  455. "backgroundColor": "#eeeeee",
  456. "backgroundTextStyle": "light",
  457. "usingComponents": {}
  458. }
  459. },
  460. {
  461. "path": "pages/figure/figure",
  462. "style": {
  463. "navigationBarBackgroundColor": "#3677f0",
  464. "navigationBarTextStyle": "white",
  465. "navigationBarTitleText": "身材计算",
  466. "backgroundColor": "#eeeeee",
  467. "backgroundTextStyle": "light",
  468. "usingComponents": {}
  469. }
  470. },
  471. {
  472. "path": "pages/cand/index",
  473. "style": {
  474. "navigationBarBackgroundColor": "#fff",
  475. "navigationBarTextStyle": "black",
  476. "navigationBarTitleText": "程序员黄历",
  477. "backgroundColor": "#eeeeee",
  478. "backgroundTextStyle": "light",
  479. "usingComponents": {}
  480. }
  481. },
  482. {
  483. "path": "pages/game/game",
  484. "style": {
  485. "navigationBarBackgroundColor": "#1e6d04",
  486. "navigationBarTextStyle": "white",
  487. "navigationBarTitleText": "摇骰子",
  488. "backgroundColor": "#eeeeee",
  489. "backgroundTextStyle": "light",
  490. "usingComponents": {}
  491. }
  492. },
  493. {
  494. "path": "pages/support/support",
  495. "style": {
  496. "navigationBarTitleText": "关于",
  497. "navigationBarBackgroundColor": "#FFF",
  498. "navigationBarTextStyle": "black",
  499. "backgroundColor": "#fff",
  500. "backgroundTextStyle": "dark",
  501. "usingComponents": {}
  502. }
  503. },
  504. {
  505. "path": "pages/christmasHat/combine/combine",
  506. "style": {
  507. "navigationBarBackgroundColor": "#fff",
  508. "navigationBarTextStyle": "black",
  509. "navigationBarTitleText": "圣诞帽",
  510. "backgroundColor": "#eeeeee",
  511. "backgroundTextStyle": "light",
  512. "usingComponents": {}
  513. }
  514. },
  515. {
  516. "path": "pages/christmasHat/imageeditor/imageeditor",
  517. "style": {
  518. "navigationBarBackgroundColor": "#fff",
  519. "navigationBarTextStyle": "black",
  520. "navigationBarTitleText": "圣诞帽",
  521. "backgroundColor": "#eeeeee",
  522. "backgroundTextStyle": "light",
  523. "usingComponents": {}
  524. }
  525. },
  526. {
  527. "path": "pages/qrcode/index",
  528. "style": {
  529. "navigationBarBackgroundColor": "#fff",
  530. "navigationBarTextStyle": "black",
  531. "navigationBarTitleText": "二维码生成器",
  532. "backgroundColor": "#eeeeee",
  533. "backgroundTextStyle": "light",
  534. "usingComponents": {}
  535. }
  536. },
  537. {
  538. "path": "pages/IP/IP",
  539. "style": {
  540. "navigationBarBackgroundColor": "#3677f0",
  541. "navigationBarTextStyle": "white",
  542. "navigationBarTitleText": "IP地址查询",
  543. "backgroundColor": "#eeeeee",
  544. "backgroundTextStyle": "light",
  545. "usingComponents": {}
  546. }
  547. },
  548. {
  549. "path": "pages/MobileHome/MobileHome",
  550. "style": {
  551. "navigationBarBackgroundColor": "#3677f0",
  552. "navigationBarTextStyle": "white",
  553. "navigationBarTitleText": "手机归属地",
  554. "backgroundColor": "#eeeeee",
  555. "backgroundTextStyle": "light",
  556. "usingComponents": {}
  557. }
  558. },
  559. {
  560. "path": "pages/codePars/codePars",
  561. "style": {
  562. "navigationBarBackgroundColor": "#3677f0",
  563. "navigationBarTextStyle": "white",
  564. "navigationBarTitleText": "标准电码查询",
  565. "backgroundColor": "#eeeeee",
  566. "backgroundTextStyle": "light",
  567. "usingComponents": {}
  568. }
  569. }
  570. //,{
  571. // "path": "pages/calc/index",
  572. // "style": {
  573. // "usingComponents": {}
  574. // }
  575. // }
  576. ]
  577. }
  578. ],
  579. "globalStyle": {
  580. "navigationBarTextStyle": "black",
  581. "navigationBarTitleText": "uni-app",
  582. "navigationBarBackgroundColor": "#ffffff",
  583. "backgroundColor": "#F8F8F8"
  584. },
  585. "tabBar": {
  586. "color": "#666666",
  587. "selectedColor": "#008FD3",
  588. // "custom": true,
  589. "borderStyle": "white",
  590. "backgroundColor": "#ffffff",
  591. "height": "64px",
  592. "fontSize": "12px",
  593. "iconWidth": "18px",
  594. "spacing": "4px",
  595. "list": [
  596. // {
  597. // "pagePath": "pages/index/index",
  598. // "iconPath": "/static/tabbar/home.png",
  599. // "selectedIconPath": "/static/tabbar/home_sel.png",
  600. // "text": "首页"
  601. // },
  602. // {
  603. // "pagePath": "pages/healthTest/healthTest",
  604. // "iconPath": "/static/tabbar/inquiry.png",
  605. // "selectedIconPath": "/static/tabbar/inquiry_select.png",
  606. // "text": "关于"
  607. // },
  608. {
  609. "pagePath": "pages/about/index",
  610. "iconPath": "/static/tabbar/health.png",
  611. "selectedIconPath": "/static/tabbar/health_sel.png",
  612. "text": "首页"
  613. },
  614. {
  615. "pagePath": "pages/user/index",
  616. "iconPath": "/static/tabbar/my.png",
  617. "selectedIconPath": "/static/tabbar/my_sel.png",
  618. "text": "我的"
  619. }
  620. ]
  621. },
  622. "uniIdRouter": {}
  623. }