Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

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