You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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