pages.json 13 KB

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