Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

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