pages.json 15 KB

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