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

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