Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

1217 řádky
26 KiB

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