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.
 
 
 
 
 
 

1261 lines
28 KiB

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