Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

1198 рядки
26 KiB

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