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.
 
 
 
 
 
 

1340 lines
30 KiB

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