Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

1115 wiersze
25 KiB

  1. {
  2. // 页面配置;数组中第一项是首页
  3. // 注意:新增页面必须在这里写好配置,否则无法跳转;页面的标题、下拉刷新等均在此处配置
  4. // 注意:阿里小程序不要给导航栏设置颜色,否则无法正确显示导航栏文字
  5. "pages": [
  6. // 主页(tabBar #1)
  7. {
  8. "path": "pages/home",
  9. "style": {
  10. "navigationBarTitleText": "数字化智慧校园",
  11. // #ifndef MP-ALIPAY
  12. "navigationBarBackgroundColor": "#0c86d8",
  13. "navigationBarTextStyle": "white",
  14. // #endif
  15. "backgroundColorTop": "#0c86d8",
  16. "backgroundColorBottom": "#f3f3f3",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/home/more",
  22. "style": {
  23. "navigationBarTitleText": "更多应用"
  24. }
  25. },
  26. {
  27. "path": "pages/home/notice",
  28. "style": {
  29. "navigationBarTitleText": "新闻与通知"
  30. }
  31. },
  32. // 示例系统表单
  33. {
  34. "path": "pages/DemoLeaveForm",
  35. "style": {
  36. "navigationBarTitleText": "请假系统表单"
  37. }
  38. },
  39. // 登录/注册页
  40. {
  41. "path": "pages/login",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "disableScroll": true
  45. }
  46. },
  47. {
  48. "path": "pages/signup",
  49. "style": {
  50. "navigationBarTitleText": "注册账号",
  51. "disableScroll": true
  52. }
  53. },
  54. // 消息(tabBar #2)
  55. {
  56. "path": "pages/msg",
  57. "style": {
  58. "navigationBarTitleText": "消息",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "pages/msg/chat",
  64. "style": {
  65. "navigationBarTitleText": "对话列表",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. // 通讯录(tabBar #3)
  70. {
  71. "path": "pages/contact",
  72. "style": {
  73. "navigationBarTitleText": "通讯录"
  74. }
  75. },
  76. // 我的(tabBar #4)
  77. {
  78. "path": "pages/my",
  79. "style": {
  80. // #ifndef MP-ALIPAY
  81. "navigationBarBackgroundColor": "#0c86d8",
  82. "navigationBarTextStyle": "white",
  83. // #endif
  84. "navigationBarTitleText": "我的",
  85. "backgroundColorTop": "#0c86d8",
  86. "backgroundColorBottom": "#f3f3f3"
  87. }
  88. },
  89. {
  90. "path": "pages/my/info",
  91. "style": {
  92. "navigationBarTitleText": "我的信息"
  93. }
  94. },
  95. {
  96. "path": "pages/my/contact",
  97. "style": {
  98. "navigationBarTitleText": "我的联系方式"
  99. }
  100. },
  101. {
  102. "path": "pages/my/qrcode",
  103. "style": {
  104. "navigationBarTitleText": "我的二维码"
  105. }
  106. },
  107. {
  108. "path": "pages/my/password",
  109. "style": {
  110. "navigationBarTitleText": "更改密码"
  111. }
  112. },
  113. {
  114. "path": "pages/my/learun",
  115. "style": {
  116. "navigationBarTitleText": "关于泉江",
  117. // #ifndef MP-ALIPAY
  118. "navigationBarBackgroundColor": "#0c86d8",
  119. "navigationBarTextStyle": "white",
  120. // #endif
  121. "backgroundColor": "#FFFFFF"
  122. }
  123. },
  124. {
  125. "path": "pages/my/framework",
  126. "style": {
  127. "navigationBarTitleText": "数字化智慧校园",
  128. // #ifndef MP-ALIPAY
  129. "navigationBarBackgroundColor": "#0c86d8",
  130. "navigationBarTextStyle": "white",
  131. // #endif
  132. "backgroundColor": "#FFFFFF"
  133. }
  134. },
  135. // 通用页面
  136. {
  137. "path": "pages/common/select-organize",
  138. "style": {
  139. "navigationBarTitleText": "选择公司/部门/员工"
  140. }
  141. },
  142. {
  143. "path": "pages/common/select-layer",
  144. "style": {
  145. "navigationBarTitleText": "选择一个选项"
  146. }
  147. },
  148. // 自定义应用
  149. {
  150. "path": "pages/customapp/list",
  151. "style": {
  152. "navigationBarTitleText": "自定义应用"
  153. }
  154. },
  155. {
  156. "path": "pages/customapp/single",
  157. "style": {
  158. "navigationBarTitleText": "自定义应用详情页"
  159. }
  160. },
  161. // 工作流
  162. {
  163. "path": "pages/nworkflow/myflow/list",
  164. "style": {
  165. "navigationBarTitleText": "我的任务",
  166. "disableScroll": true
  167. }
  168. },
  169. {
  170. "path": "pages/nworkflow/myflow/single",
  171. "style": {
  172. "navigationBarTitleText": "任务详情",
  173. "backgroundColorTop": "#FFFFFF"
  174. }
  175. },
  176. {
  177. "path": "pages/nworkflow/myflow/sign",
  178. "style": {
  179. "navigationBarTitleText": "流程加签与审核",
  180. "backgroundColor": "#FFFFFF"
  181. }
  182. },
  183. {
  184. "path": "pages/nworkflow/releasetask/list",
  185. "style": {
  186. "navigationBarTitleText": "流程发起",
  187. "disableScroll": true
  188. }
  189. },
  190. {
  191. "path": "pages/nworkflow/releasetask/single",
  192. "style": {
  193. "navigationBarTitleText": "流程信息录入"
  194. }
  195. },
  196. // 组件演示
  197. {
  198. "path": "pages/demo/list",
  199. "style": {
  200. "navigationBarTitleText": "组件演示"
  201. }
  202. },
  203. {
  204. "path": "pages/demo/component/form",
  205. "style": {
  206. "navigationBarTitleText": "表单 · Form"
  207. }
  208. },
  209. {
  210. "path": "pages/demo/component/card",
  211. "style": {
  212. "navigationBarTitleText": "卡片 · Card"
  213. }
  214. },
  215. {
  216. "path": "pages/demo/component/list",
  217. "style": {
  218. "navigationBarTitleText": "列表/宫格 · List"
  219. }
  220. },
  221. {
  222. "path": "pages/demo/component/modal",
  223. "style": {
  224. "navigationBarTitleText": "弹出框 · Modal"
  225. }
  226. },
  227. {
  228. "path": "pages/demo/component/bar",
  229. "style": {
  230. "navigationBarTitleText": "操作条 · Bar"
  231. }
  232. },
  233. {
  234. "path": "pages/demo/component/timeline",
  235. "style": {
  236. "navigationBarTitleText": "时间轴 · Timeline"
  237. }
  238. },
  239. {
  240. "path": "pages/demo/component/step",
  241. "style": {
  242. "navigationBarTitleText": "步骤条 · Step"
  243. }
  244. },
  245. {
  246. "path": "pages/demo/component/nav",
  247. "style": {
  248. "navigationBarTitleText": "导航栏/页签 · Nav"
  249. }
  250. },
  251. {
  252. "path": "pages/demo/component/chat",
  253. "style": {
  254. "navigationBarTitleText": "聊天消息 · Chat"
  255. }
  256. },
  257. {
  258. "path": "pages/demo/element/layout",
  259. "style": {
  260. "navigationBarTitleText": "布局 · Layout"
  261. }
  262. },
  263. {
  264. "path": "pages/demo/element/support",
  265. "style": {
  266. "navigationBarTitleText": "辅助类 · Support"
  267. }
  268. },
  269. {
  270. "path": "pages/demo/element/button",
  271. "style": {
  272. "navigationBarTitleText": "按钮 · Button"
  273. }
  274. },
  275. {
  276. "path": "pages/demo/element/avatar",
  277. "style": {
  278. "navigationBarTitleText": "头像 · Avatar"
  279. }
  280. },
  281. {
  282. "path": "pages/demo/element/icon",
  283. "style": {
  284. "navigationBarTitleText": "图标 · Icon"
  285. }
  286. },
  287. {
  288. "path": "pages/demo/element/background",
  289. "style": {
  290. "navigationBarTitleText": "背景/底色 · Background"
  291. }
  292. },
  293. {
  294. "path": "pages/demo/element/loading",
  295. "style": {
  296. "navigationBarTitleText": "加载中动画 · Loading"
  297. }
  298. },
  299. {
  300. "path": "pages/demo/element/progress",
  301. "style": {
  302. "navigationBarTitleText": "进度条 · Progress"
  303. }
  304. },
  305. {
  306. "path": "pages/demo/element/shadow",
  307. "style": {
  308. "navigationBarTitleText": "边框/阴影 · Shadow"
  309. }
  310. },
  311. {
  312. "path": "pages/demo/element/tag",
  313. "style": {
  314. "navigationBarTitleText": "标签/角标 · Tag"
  315. }
  316. },
  317. {
  318. "path": "pages/demo/element/text",
  319. "style": {
  320. "navigationBarTitleText": "文本 · Text"
  321. }
  322. },
  323. // crm功能 (业务示例,页面均由 app 代码生成器生成)
  324. {
  325. "path": "pages/crm/invoice/list",
  326. "style": {
  327. "navigationBarTitleText": "开票管理"
  328. }
  329. },
  330. {
  331. "path": "pages/crm/invoice/single",
  332. "style": {
  333. "navigationBarTitleText": "票据详情"
  334. }
  335. },
  336. {
  337. "path": "pages/crm/order/list",
  338. "style": {
  339. "navigationBarTitleText": "订单管理"
  340. }
  341. },
  342. {
  343. "path": "pages/crm/order/single",
  344. "style": {
  345. "navigationBarTitleText": "订单详情"
  346. }
  347. },
  348. // 考勤记录
  349. {
  350. "path": "pages/LogisticsManagement/ADR_Record/list",
  351. "style": {
  352. "navigationBarTitleText": "考勤里列表"
  353. }
  354. },
  355. {
  356. "path": "pages/LogisticsManagement/ADR_Record/single",
  357. "style": {
  358. "navigationBarTitleText": "考勤详情"
  359. }
  360. },
  361. //班级自诊打卡
  362. {
  363. "path": "pages/EducationalAdministration/Thermography/list",
  364. "style": {
  365. "navigationBarTitleText": "班级自诊打卡"
  366. }
  367. },
  368. {
  369. "path": "pages/EducationalAdministration/Thermography/single",
  370. "style": {
  371. "navigationBarTitleText": "详情"
  372. }
  373. },
  374. //借阅信息
  375. {
  376. "path": "pages/EducationalAdministration/BookBorrow/list",
  377. "style": {
  378. "navigationBarTitleText": "借阅信息"
  379. }
  380. },
  381. //校长信箱
  382. {
  383. "path": "pages/EducationalAdministration/StuMail/list",
  384. "style": {
  385. "navigationBarTitleText": "校长信箱"
  386. }
  387. },
  388. {
  389. "path": "pages/EducationalAdministration/StuMail/single",
  390. "style": {
  391. "navigationBarTitleText": "详细"
  392. }
  393. },
  394. //社团管理
  395. {
  396. "path": "pages/PersonnelManagement/CommunityInfo/list",
  397. "style": {
  398. "navigationBarTitleText": "社团列表"
  399. }
  400. },
  401. {
  402. "path": "pages/PersonnelManagement/CommunityInfo/single",
  403. "style": {
  404. "navigationBarTitleText": "社团详情"
  405. }
  406. },
  407. {
  408. "path": "pages/PersonnelManagement/CommunityMember/list",
  409. "style": {
  410. "navigationBarTitleText": "我的社团"
  411. }
  412. },
  413. //个人信息
  414. {
  415. "path": "pages/EducationalAdministration/StuInfoBasic/list",
  416. "style": {
  417. "navigationBarTitleText": "个人信息"
  418. }
  419. },
  420. //学生消费记录
  421. {
  422. "path": "pages/EducationalAdministration/StuConsumption/list",
  423. "style": {
  424. "navigationBarTitleText": "消费记录"
  425. }
  426. },
  427. {
  428. "path": "pages/EducationalAdministration/StuConsumption/single",
  429. "style": {
  430. "navigationBarTitleText": "消费详情"
  431. }
  432. },
  433. //工作日志
  434. {
  435. "path": "pages/EducationalAdministration/JournalSend/list",
  436. "style": {
  437. "navigationBarTitleText": "工作日志"
  438. }
  439. },
  440. {
  441. "path": "pages/EducationalAdministration/JournalSend/single",
  442. "style": {
  443. "navigationBarTitleText": "日志详情"
  444. }
  445. },
  446. //公文查看
  447. {
  448. "path": "pages/EducationalAdministration/Sys_ReceiveFile/list",
  449. "style": {
  450. "navigationBarTitleText": "公文查看"
  451. }
  452. },
  453. {
  454. "path": "pages/EducationalAdministration/Sys_ReceiveFile/single",
  455. "style": {
  456. "navigationBarTitleText": "公文详情"
  457. }
  458. },
  459. //教师个人信息
  460. {
  461. "path": "pages/EducationalAdministration/EmpInfo/list",
  462. "style": {
  463. "navigationBarTitleText": "个人信息"
  464. }
  465. },
  466. //收件箱
  467. {
  468. "path": "pages/EducationalAdministration/SYS_ReceiveMessage/list",
  469. "style": {
  470. "navigationBarTitleText": "收件箱"
  471. }
  472. },
  473. {
  474. "path": "pages/EducationalAdministration/SYS_ReceiveMessage/single",
  475. "style": {
  476. "navigationBarTitleText": "邮件详情"
  477. }
  478. },
  479. //活动安排
  480. {
  481. "path": "pages/PersonnelManagement/ActivitySchedule/list",
  482. "style": {
  483. "navigationBarTitleText": "活动安排"
  484. }
  485. },
  486. {
  487. "path": "pages/PersonnelManagement/ActivitySchedule/single",
  488. "style": {
  489. "navigationBarTitleText": "活动详情"
  490. }
  491. },
  492. //班级活动记事
  493. {
  494. "path": "pages/PersonnelManagement/ClassWork/list",
  495. "style": {
  496. "navigationBarTitleText": "班级工作记事"
  497. }
  498. },
  499. {
  500. "path": "pages/PersonnelManagement/ClassWork/single",
  501. "style": {
  502. "navigationBarTitleText": "详情"
  503. }
  504. },
  505. //值班安排
  506. {
  507. "path": "pages/PersonnelManagement/DutySchedule/list",
  508. "style": {
  509. "navigationBarTitleText": "值班安排"
  510. }
  511. },
  512. {
  513. "path": "pages/PersonnelManagement/DutySchedule/single",
  514. "style": {
  515. "navigationBarTitleText": "详情"
  516. }
  517. },
  518. //掌上报修
  519. {
  520. "path": "pages/PersonnelManagement/EmpRepair/list",
  521. "style": {
  522. "navigationBarTitleText": "掌上报修"
  523. }
  524. },
  525. {
  526. "path": "pages/PersonnelManagement/EmpRepair/single",
  527. "style": {
  528. "navigationBarTitleText": "详情"
  529. }
  530. },
  531. //日程安排
  532. {
  533. "path": "pages/PersonnelManagement/Schedule/list",
  534. "style": {
  535. "navigationBarTitleText": "日程安排"
  536. }
  537. },
  538. {
  539. "path": "pages/PersonnelManagement/Schedule/single",
  540. "style": {
  541. "navigationBarTitleText": "详情"
  542. }
  543. },
  544. //调度信息
  545. {
  546. "path": "pages/EducationalAdministration/ArrangeLessonTermAttemper/list",
  547. "style": {
  548. "navigationBarTitleText": "调度信息"
  549. }
  550. },
  551. //请假管理
  552. {
  553. "path": "pages/EducationalAdministration/StuAttendanceLeave/list",
  554. "style": {
  555. "navigationBarTitleText": "请假管理"
  556. }
  557. },
  558. {
  559. "path": "pages/EducationalAdministration/StuAttendanceLeave/single",
  560. "style": {
  561. "navigationBarTitleText": "审核"
  562. }
  563. },
  564. //疫情详细信息
  565. {
  566. "path": "pages/PersonnelManagement/ContactsDetails/list",
  567. "style": {
  568. "navigationBarTitleText": "疫情详细信息"
  569. }
  570. },
  571. {
  572. "path": "pages/PersonnelManagement/ContactsDetails/single",
  573. "style": {
  574. "navigationBarTitleText": "详情"
  575. }
  576. },
  577. //听课记录
  578. {
  579. "path": "pages/LogisticsManagement/ListenClassRecord/list",
  580. "style": {
  581. "navigationBarTitleText": "听课记录"
  582. }
  583. },
  584. {
  585. "path": "pages/LogisticsManagement/ListenClassRecord/single",
  586. "style": {
  587. "navigationBarTitleText": "详情"
  588. }
  589. },
  590. //掌上评教
  591. {
  592. "path": "pages/EducationalAdministration/EvaluationTeach/list",
  593. "style": {
  594. "navigationBarTitleText": "课程列表"
  595. }
  596. },
  597. {
  598. "path": "pages/EducationalAdministration/EvaluationTeach/single",
  599. "style": {
  600. "navigationBarTitleText": "评教"
  601. }
  602. },
  603. //薛
  604. //在线缴费
  605. {
  606. "path": "pages/onlienpay/list",
  607. "style": {
  608. "navigationBarTitleText": "在线缴费"
  609. }
  610. },
  611. //成绩查询
  612. {
  613. "path": "pages/studentSee/list",
  614. "style": {
  615. "navigationBarTitleText": "成绩查询"
  616. }
  617. },
  618. //我的考勤
  619. {
  620. "path": "pages/studentCheck/list",
  621. "style": {
  622. "navigationBarTitleText": "我的考勤"
  623. }
  624. },
  625. //我的处分
  626. {
  627. "path": "pages/StuPunishment/list",
  628. "style": {
  629. "navigationBarTitleText": "我的处分"
  630. }
  631. },
  632. //考试安排
  633. {
  634. "path": "pages/stuExamArrangement/list",
  635. "style": {
  636. "navigationBarTitleText": "考试安排",
  637. "backgroundColor": "#ffffff"
  638. }
  639. },
  640. //奖励信息
  641. {
  642. "path": "pages/StuEncourgement/list",
  643. "style": {
  644. "navigationBarTitleText": "奖励信息"
  645. }
  646. },
  647. //我的课表
  648. {
  649. "path": "pages/timeTable/list",
  650. "style": {
  651. "navigationBarTitleText": "我的课表"
  652. }
  653. },
  654. {
  655. "path": "pages/timeTable/leaveFrom",
  656. "style": {
  657. "navigationBarTitleText": "请假"
  658. }
  659. },
  660. //选修课选课(预)
  661. {
  662. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/list",
  663. "style": {
  664. "navigationBarTitleText": "选修课选课(预)"
  665. }
  666. },
  667. {
  668. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/from",
  669. "style": {
  670. "navigationBarTitleText": "查看详情"
  671. }
  672. },
  673. //选修课选课
  674. {
  675. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list",
  676. "style": {
  677. "navigationBarTitleText": "选修课选课"
  678. }
  679. },
  680. {
  681. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from",
  682. "style": {
  683. "navigationBarTitleText": "查看详情"
  684. }
  685. },
  686. //我的选修课
  687. {
  688. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/list",
  689. "style": {
  690. "navigationBarTitleText": "我的选修课"
  691. }
  692. },
  693. {
  694. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/from",
  695. "style": {
  696. "navigationBarTitleText": "查看详情"
  697. }
  698. },
  699. //学费查询
  700. {
  701. "path": "pages/StuPayFee/list",
  702. "style": {
  703. "navigationBarTitleText": "学费查询"
  704. }
  705. },
  706. //自诊打卡
  707. {
  708. "path": "pages/PersonnelManagement/EpidemicSituationCopy/list",
  709. "style": {
  710. "navigationBarTitleText": "自诊打卡"
  711. }
  712. },
  713. {
  714. "path": "pages/PersonnelManagement/EpidemicSituationCopy/from",
  715. "style": {
  716. "navigationBarTitleText": "查看详情"
  717. }
  718. },
  719. //班级自诊打卡测温
  720. {
  721. "path": "pages/EducationalAdministration/Thermography/measure/list",
  722. "style": {
  723. "navigationBarTitleText": "班级自诊打卡测温"
  724. }
  725. },
  726. //报道流程
  727. {
  728. "path": "pages/notice/list",
  729. "style": {
  730. "navigationBarTitleText": "报道流程"
  731. }
  732. },
  733. //扫码入教学楼记录
  734. {
  735. "path": "pages/EducationalAdministration/R_EnterBuilding/list",
  736. "style": {
  737. "navigationBarTitleText": "扫码入教学楼记录"
  738. }
  739. },
  740. {
  741. "path": "pages/EducationalAdministration/R_EnterBuilding/from",
  742. "style": {
  743. "navigationBarTitleText": "详情"
  744. }
  745. },
  746. //量表考核
  747. {
  748. "path": "pages/Ask/list",
  749. "style": {
  750. "navigationBarTitleText": "量表考核"
  751. }
  752. },
  753. {
  754. "path": "pages/Ask/from",
  755. "style": {
  756. "navigationBarTitleText": "开始答卷"
  757. }
  758. },
  759. //社团签到
  760. {
  761. "path": "pages/PersonnelManagement/CommunityAttendance/Index/list",
  762. "style": {
  763. "navigationBarTitleText": "社团签到"
  764. }
  765. },
  766. //周末做
  767. //入校测试
  768. {
  769. "path": "pages/EducationalAdministration/StudentQRCode/list",
  770. "style": {
  771. "navigationBarTitleText": "入校测试"
  772. }
  773. },
  774. {
  775. "path": "pages/EducationalAdministration/StudentQRCode/Normal/list",
  776. "style": {
  777. "navigationBarTitleText": "正常"
  778. }
  779. },
  780. {
  781. "path": "pages/EducationalAdministration/StudentQRCode/AbNormalWeak/list",
  782. "style": {
  783. "navigationBarTitleText": "异常微弱"
  784. }
  785. },
  786. {
  787. "path": "pages/EducationalAdministration/StudentQRCode/AbNormalSerious/list",
  788. "style": {
  789. "navigationBarTitleText": "异常严重"
  790. }
  791. },
  792. //工资条
  793. {
  794. "path": "pages/wages/list",
  795. "style": {
  796. "navigationBarTitleText": "工资条"
  797. }
  798. },
  799. //监考安排
  800. {
  801. "path": "pages/examArrangement/list",
  802. "style": {
  803. "navigationBarTitleText": "监考安排"
  804. }
  805. },
  806. //教师考勤
  807. {
  808. "path": "pages/attendance/list",
  809. "style": {
  810. "navigationBarTitleText": "教师考勤"
  811. }
  812. },
  813. //学生考勤记录
  814. {
  815. "path": "pages/myAttendance/list",
  816. "style": {
  817. "navigationBarTitleText": "学生考勤记录"
  818. }
  819. },
  820. {
  821. "path": "pages/myAttendance/single",
  822. "style": {
  823. "navigationBarTitleText": "学生签到记录"
  824. }
  825. },
  826. //课堂考勤
  827. {
  828. "path": "pages/studentAttendance/list",
  829. "style": {
  830. "navigationBarTitleText": "课堂考勤"
  831. }
  832. },
  833. {
  834. "path": "pages/studentAttendance/single",
  835. "style": {
  836. "navigationBarTitleText": "学生签到"
  837. }
  838. },
  839. //教学工作量
  840. {
  841. "path": "pages/TeacherWorkload/list",
  842. "style": {
  843. "navigationBarTitleText": "教学工作量"
  844. }
  845. },
  846. //实盘结果录入
  847. {
  848. "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryList/list",
  849. "style": {
  850. "navigationBarTitleText": "实盘结果录入"
  851. }
  852. },
  853. {
  854. "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryItemList/list",
  855. "style": {
  856. "navigationBarTitleText": "盘点单"
  857. }
  858. },
  859. {
  860. "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryItemList/from",
  861. "style": {
  862. "navigationBarTitleText": "实盘结果录入"
  863. }
  864. },
  865. //新生信息完善
  866. {
  867. "path": "pages/welcome/list",
  868. "style": {
  869. "navigationBarTitleText": "新生信息完善"
  870. }
  871. },
  872. //新生入校流程
  873. {
  874. "path": "pages/notice2/list",
  875. "style": {
  876. "navigationBarTitleText": "新生入校流程"
  877. }
  878. },
  879. //填写贷款回执码 /EducationalAdministration/StuInfoFresh/StudentLoan
  880. {
  881. "path": "pages/EducationalAdministration/StuInfoFresh/StudentLoan/list",
  882. "style": {
  883. "navigationBarTitleText": "填写贷款回执码"
  884. }
  885. },
  886. //生成报到二维码
  887. {
  888. "path": "pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list",
  889. "style": {
  890. "navigationBarTitleText": "生成报到二维码"
  891. }
  892. },
  893. //新生缴费管理
  894. {
  895. "path": "pages/EducationalAdministration/StuInfoFresh/PayFee/list",
  896. "style": {
  897. "navigationBarTitleText": "新生缴费管理"
  898. }
  899. },
  900. {
  901. "path": "pages/EducationalAdministration/StuInfoFresh/PayFee/single",
  902. "style": {
  903. "navigationBarTitleText": "缴费详情"
  904. }
  905. },
  906. //扫码报到
  907. {
  908. "path": "pages/WelcomNewStudents/ConfirmStudentsCheckIn/list",
  909. "style": {
  910. "navigationBarTitleText": "扫码报到"
  911. }
  912. },
  913. {
  914. "path": "pages/WelcomNewStudents/ConfirmStudentsCheckIn/from",
  915. "style": {
  916. "navigationBarTitleText": "确认报到"
  917. }
  918. },
  919. //扫码入校记录
  920. {
  921. "path": "pages/EducationalAdministration/R_EnterSchool/list",
  922. "style": {
  923. "navigationBarTitleText": "扫码入校记录"
  924. }
  925. },
  926. //通知公告
  927. {
  928. "path": "pages/LR_OAModule/list",
  929. "style": {
  930. "navigationBarTitleText": "通知公告"
  931. }
  932. },
  933. //会议工作管理
  934. {
  935. "path": "pages/PersonnelManagement/MeetingManagement/list",
  936. "style": {
  937. "navigationBarTitleText": "会议工作管理"
  938. }
  939. },
  940. {
  941. "path": "pages/PersonnelManagement/MeetingManagement/single",
  942. "style": {
  943. "navigationBarTitleText": "详情"
  944. }
  945. },
  946. //会议纪要
  947. {
  948. "path": "pages/PersonnelManagement/MeetingMinutes/list",
  949. "style": {
  950. "navigationBarTitleText": "会议纪要"
  951. }
  952. },
  953. {
  954. "path": "pages/PersonnelManagement/MeetingMinutes/single",
  955. "style": {
  956. "navigationBarTitleText": "详情"
  957. }
  958. },
  959. //会议签到记录
  960. {
  961. "path": "pages/PersonnelManagement/MeetingSignInRecord/list",
  962. "style": {
  963. "navigationBarTitleText": "会议签到记录"
  964. }
  965. },
  966. {
  967. "path": "pages/PersonnelManagement/MeetingSignInRecord/single",
  968. "style": {
  969. "navigationBarTitleText": "详情"
  970. }
  971. },
  972. {
  973. "path": "pages/PersonnelManagement/MeetingMy/list",
  974. "style": {
  975. "navigationBarTitleText": "我的会议"
  976. }
  977. },
  978. {
  979. "path": "pages/PersonnelManagement/MeetingMy/single",
  980. "style": {
  981. "navigationBarTitleText": "详情"
  982. }
  983. },
  984. {
  985. "path": "pages/PersonnelManagement/MeetingSignInScan/list",
  986. "style": {
  987. "navigationBarTitleText": "会议扫码签到"
  988. }
  989. }
  990. ],
  991. // 全局样式
  992. "globalStyle": {
  993. "navigationBarTextStyle": "white", //导航栏标题颜色及状态栏前景颜色
  994. "enablePullDownRefresh": false, //是否开启下拉刷新
  995. "navigationBarBackgroundColor": "#0C86D8", //导航栏背景颜色
  996. "backgroundColor": "#f3f3f3", //窗口背景色
  997. "navigationBarTitleText": "数字化校园", //导航栏标题文字内容
  998. "mp-alipay": {
  999. "allowsBounceVertical": "NO"
  1000. }
  1001. },
  1002. // 底边栏
  1003. "tabBar": {
  1004. "color": "#8c8c8c",
  1005. "selectedColor": "#3398DC",
  1006. "borderStyle": "black",
  1007. "backgroundColor": "#f5f5f5",
  1008. "list": [{
  1009. "pagePath": "pages/home",
  1010. "iconPath": "static/img-bar/tab-home.png",
  1011. "selectedIconPath": "static/img-bar/tab-home-active.png",
  1012. "text": "首页"
  1013. }, {
  1014. "pagePath": "pages/msg",
  1015. "iconPath": "static/img-bar/tab-msg.png",
  1016. "selectedIconPath": "static/img-bar/tab-msg-active.png",
  1017. "text": "消息"
  1018. },
  1019. {
  1020. "pagePath": "pages/contact",
  1021. "iconPath": "static/img-bar/tab-contact.png",
  1022. "selectedIconPath": "static/img-bar/tab-contact-active.png",
  1023. "text": "通讯录"
  1024. }, {
  1025. "pagePath": "pages/my",
  1026. "iconPath": "static/img-bar/tab-my.png",
  1027. "selectedIconPath": "static/img-bar/tab-my-active.png",
  1028. "text": "我的"
  1029. }
  1030. ]
  1031. },
  1032. // 自动引入组件配置
  1033. "easycom": {
  1034. "custom": {
  1035. // 组件演示页专用组件,用于点击展开显示组件用法
  1036. "l-demo-description": "@/components/learun-app/demo-description.vue",
  1037. // 滚动列表,支持下拉刷新/上拉加载
  1038. "l-scroll-list": "@/components/learun-app/scroll-list.vue",
  1039. // 动态表单
  1040. "l-customform-table": "@/components/learun-app/customform-table.vue",
  1041. "l-customform": "@/components/learun-app/customform.vue",
  1042. // 扩展表单选项
  1043. "l-layer-picker": "@/components/learun-app/layer-picker.vue",
  1044. "l-organize-picker": "@/components/learun-app/organize-picker.vue",
  1045. "l-upload-file": "@/components/learun-app/upload-file.vue",
  1046. "l-organize-tree": "@/components/learun-app/organize-tree.vue",
  1047. "l-organize-single-item": "@/components/learun-app/organize-single-item.vue",
  1048. // 工作流页面专用
  1049. "l-workflow-action": "@/components/learun-app/workflow-action.vue",
  1050. "l-workflow-timeline": "@/components/learun-app/workflow-timeline.vue",
  1051. // 自定义业务页面专用
  1052. "l-customlist-banner": "@/components/learun-app/customlist-banner.vue",
  1053. "l-customlist-add": "@/components/learun-app/customlist-add.vue",
  1054. "l-customlist-action": "@/components/learun-app/customlist-action.vue",
  1055. "l-customlist-sidepage-datefilter": "@/components/learun-app/customlist-sidepage-datefilter.vue",
  1056. "l-customlist": "@/components/learun-app/customlist.vue",
  1057. // jshint ignore:start
  1058. // LearunMPUI 小程序 UI 库基础组件
  1059. // 引入分为阿里小程序版和非阿里小程序版,因为阿里小程序需要单独适配
  1060. // #ifdef MP-ALIPAY
  1061. "l-(.*)": "@/components/learun-mpui/learun-ui-ali/$1.vue",
  1062. // #endif
  1063. // #ifndef MP-ALIPAY
  1064. "l-(.*)": "@/components/learun-mpui/learun-ui-mp/$1.vue",
  1065. // #endif
  1066. // jshint ignore:end
  1067. // 第三方组件
  1068. "tki-qrcode": "@/components/tki-qrcode/tki-qrcode.vue",
  1069. "u-parse": "@/components/u-parse/u-parse.vue"
  1070. }
  1071. }
  1072. // 第三方组件
  1073. "tki-qrcode": "@/components/tki-qrcode/tki-qrcode.vue",
  1074. "u-parse": "@/components/u-parse/u-parse.vue"
  1075. }
  1076. },
  1077. "condition" : { //模式配置,仅开发期间生效
  1078. "current": 0, //当前激活的模式(list 的索引项)
  1079. "list": [
  1080. {
  1081. "name": "", //模式名称
  1082. "path": "", //启动页面,必选
  1083. "query": "" //启动参数,在页面的onLoad函数里面得到
  1084. }
  1085. ]
  1086. }
  1087. }