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

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