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.
 
 
 
 
 
 

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