選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

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