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