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.
 
 
 
 
 
 

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