|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309 |
- {
- // 页面配置;数组中第一项是首页
-
- // 注意:新增页面必须在这里写好配置,否则无法跳转;页面的标题、下拉刷新等均在此处配置
- // 注意:阿里小程序不要给导航栏设置颜色,否则无法正确显示导航栏文字
- "pages": [
- // 主页(tabBar #1)
- {
- "path": "pages/home",
- "style": {
- "navigationBarTitleText": "数字化智慧校园",
- // #ifndef MP-ALIPAY
- "navigationBarBackgroundColor": "#0c86d8",
- "navigationBarTextStyle": "white",
- // #endif
- "backgroundColorTop": "#0c86d8",
- "backgroundColorBottom": "#f3f3f3",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/home/more",
- "style": {
- "navigationBarTitleText": "更多应用"
- }
- },
- {
- "path": "pages/home/notice",
- "style": {
- "navigationBarTitleText": "新闻与通知"
- }
- },
-
- // 示例系统表单
- {
- "path": "pages/DemoLeaveForm",
- "style": {
- "navigationBarTitleText": "请假系统表单"
- }
- },
-
- // 登录/注册页
- {
- "path": "pages/login",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
-
- {
- "path": "pages/weixinLogin",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/signup",
- "style": {
- "navigationBarTitleText": "注册账号",
- "disableScroll": true
- }
- },
-
- // 消息(tabBar #2)
- {
- "path": "pages/msg",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/msg/chat",
- "style": {
- "navigationBarTitleText": "对话列表",
- "enablePullDownRefresh": true
- }
- },
-
- // 通讯录(tabBar #3)
- {
- "path": "pages/contact",
- "style": {
- "navigationBarTitleText": "通讯录"
- }
- },
-
- // 我的(tabBar #4)
- {
- "path": "pages/my",
- "style": {
- // #ifndef MP-ALIPAY
- "navigationBarBackgroundColor": "#0c86d8",
- "navigationBarTextStyle": "white",
- // #endif
- "navigationBarTitleText": "我的",
- "backgroundColorTop": "#0c86d8",
- "backgroundColorBottom": "#f3f3f3"
- }
- },
- {
- "path": "pages/my/info",
- "style": {
- "navigationBarTitleText": "我的信息"
- }
- },
- {
- "path": "pages/my/contact",
- "style": {
- "navigationBarTitleText": "我的联系方式"
- }
- },
- {
- "path": "pages/my/qrcode",
- "style": {
- "navigationBarTitleText": "我的二维码"
- }
- },
- {
- "path": "pages/my/password",
- "style": {
- "navigationBarTitleText": "更改密码"
- }
- },
- {
- "path": "pages/my/learun",
- "style": {
- "navigationBarTitleText": "关于泉江",
- // #ifndef MP-ALIPAY
- "navigationBarBackgroundColor": "#0c86d8",
- "navigationBarTextStyle": "white",
- // #endif
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/my/framework",
- "style": {
- "navigationBarTitleText": "数字化智慧校园",
- // #ifndef MP-ALIPAY
- "navigationBarBackgroundColor": "#0c86d8",
- "navigationBarTextStyle": "white",
- // #endif
- "backgroundColor": "#FFFFFF"
- }
- },
-
- // 通用页面
- {
- "path": "pages/common/select-organize",
- "style": {
- "navigationBarTitleText": "选择公司/部门/员工"
- }
- },
- {
- "path": "pages/common/select-organize-multiple",
- "style": {
- "navigationBarTitleText": "选择公司/部门/员工"
- }
- },
- {
- "path": "pages/common/select-layer",
- "style": {
- "navigationBarTitleText": "选择一个选项"
- }
- },
-
- // 自定义应用
- {
- "path": "pages/customapp/list",
- "style": {
- "navigationBarTitleText": "自定义应用"
- }
- },
- {
- "path": "pages/customapp/single",
- "style": {
- "navigationBarTitleText": "自定义应用详情页"
- }
- },
-
- // 工作流
- {
- "path": "pages/nworkflow/myflow/list",
- "style": {
- "navigationBarTitleText": "我的任务",
- "disableScroll": true
- }
- },
- {
- "path": "pages/nworkflow/myflow/single",
- "style": {
- "navigationBarTitleText": "任务详情",
- "backgroundColorTop": "#FFFFFF"
- }
- },
- {
- "path": "pages/nworkflow/myflow/sign",
- "style": {
- "navigationBarTitleText": "流程加签与审核",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/nworkflow/releasetask/list",
- "style": {
- "navigationBarTitleText": "流程发起",
- "disableScroll": true
- }
- },
- {
- "path": "pages/nworkflow/releasetask/single",
- "style": {
- "navigationBarTitleText": "流程信息录入"
- }
- },
-
- // 组件演示
- {
- "path": "pages/demo/list",
- "style": {
- "navigationBarTitleText": "组件演示"
- }
- },
- {
- "path": "pages/demo/component/form",
- "style": {
- "navigationBarTitleText": "表单 · Form"
- }
- },
- {
- "path": "pages/demo/component/card",
- "style": {
- "navigationBarTitleText": "卡片 · Card"
- }
- },
- {
- "path": "pages/demo/component/list",
- "style": {
- "navigationBarTitleText": "列表/宫格 · List"
- }
- },
- {
- "path": "pages/demo/component/modal",
- "style": {
- "navigationBarTitleText": "弹出框 · Modal"
- }
- },
- {
- "path": "pages/demo/component/bar",
- "style": {
- "navigationBarTitleText": "操作条 · Bar"
- }
- },
- {
- "path": "pages/demo/component/timeline",
- "style": {
- "navigationBarTitleText": "时间轴 · Timeline"
- }
- },
- {
- "path": "pages/demo/component/step",
- "style": {
- "navigationBarTitleText": "步骤条 · Step"
- }
- },
- {
- "path": "pages/demo/component/nav",
- "style": {
- "navigationBarTitleText": "导航栏/页签 · Nav"
- }
- },
- {
- "path": "pages/demo/component/chat",
- "style": {
- "navigationBarTitleText": "聊天消息 · Chat"
- }
- },
- {
- "path": "pages/demo/element/layout",
- "style": {
- "navigationBarTitleText": "布局 · Layout"
- }
- },
- {
- "path": "pages/demo/element/support",
- "style": {
- "navigationBarTitleText": "辅助类 · Support"
- }
- },
- {
- "path": "pages/demo/element/button",
- "style": {
- "navigationBarTitleText": "按钮 · Button"
- }
- },
- {
- "path": "pages/demo/element/avatar",
- "style": {
- "navigationBarTitleText": "头像 · Avatar"
- }
- },
- {
- "path": "pages/demo/element/icon",
- "style": {
- "navigationBarTitleText": "图标 · Icon"
- }
- },
- {
- "path": "pages/demo/element/background",
- "style": {
- "navigationBarTitleText": "背景/底色 · Background"
- }
- },
- {
- "path": "pages/demo/element/loading",
- "style": {
- "navigationBarTitleText": "加载中动画 · Loading"
- }
- },
- {
- "path": "pages/demo/element/progress",
- "style": {
- "navigationBarTitleText": "进度条 · Progress"
- }
- },
- {
- "path": "pages/demo/element/shadow",
- "style": {
- "navigationBarTitleText": "边框/阴影 · Shadow"
- }
- },
- {
- "path": "pages/demo/element/tag",
- "style": {
- "navigationBarTitleText": "标签/角标 · Tag"
- }
- },
- {
- "path": "pages/demo/element/text",
- "style": {
- "navigationBarTitleText": "文本 · Text"
- }
- },
-
- // crm功能 (业务示例,页面均由 app 代码生成器生成)
- {
- "path": "pages/crm/invoice/list",
- "style": {
- "navigationBarTitleText": "开票管理"
- }
- },
- {
- "path": "pages/crm/invoice/single",
- "style": {
- "navigationBarTitleText": "票据详情"
- }
- },
- {
- "path": "pages/crm/order/list",
- "style": {
- "navigationBarTitleText": "订单管理"
- }
- },
- {
- "path": "pages/crm/order/single",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- // 考勤记录
- {
- "path": "pages/LogisticsManagement/ADR_Record/list",
- "style": {
- "navigationBarTitleText": "考勤里列表"
- }
- },
- {
- "path": "pages/LogisticsManagement/ADR_Record/single",
- "style": {
- "navigationBarTitleText": "考勤详情"
- }
- },
- //班级自诊打卡
- {
- "path": "pages/EducationalAdministration/Thermography/list",
- "style": {
- "navigationBarTitleText": "班级自诊打卡"
- }
- },
- {
- "path": "pages/EducationalAdministration/Thermography/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //借阅信息
- {
- "path": "pages/EducationalAdministration/BookBorrow/list",
- "style": {
- "navigationBarTitleText": "借阅信息"
- }
- },
- //校长信箱
- {
- "path": "pages/EducationalAdministration/StuMail/list",
- "style": {
- "navigationBarTitleText": "校长信箱"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuMail/single",
- "style": {
- "navigationBarTitleText": "详细"
- }
- },
- //社团管理
- {
- "path": "pages/PersonnelManagement/CommunityInfo/list",
- "style": {
- "navigationBarTitleText": "社团列表"
- }
- },
- {
- "path": "pages/PersonnelManagement/CommunityInfo/single",
- "style": {
- "navigationBarTitleText": "社团详情"
- }
- },
- {
- "path": "pages/PersonnelManagement/CommunityMember/list",
- "style": {
- "navigationBarTitleText": "我的社团"
- }
- },
- //个人信息
- {
- "path": "pages/EducationalAdministration/StuInfoBasic/list",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- //学生消费记录
- {
- "path": "pages/EducationalAdministration/StuConsumption/list",
- "style": {
- "navigationBarTitleText": "消费记录"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuConsumption/single",
- "style": {
- "navigationBarTitleText": "消费详情"
- }
- },
- //工作日志
- {
- "path": "pages/EducationalAdministration/JournalSend/list",
- "style": {
- "navigationBarTitleText": "工作日志"
- }
- },
- {
- "path": "pages/EducationalAdministration/JournalSend/single",
- "style": {
- "navigationBarTitleText": "日志详情"
- }
- },
- //公文查看
- {
- "path": "pages/EducationalAdministration/Sys_ReceiveFile/list",
- "style": {
- "navigationBarTitleText": "公文查看"
- }
- },
- {
- "path": "pages/EducationalAdministration/Sys_ReceiveFile/single",
- "style": {
- "navigationBarTitleText": "公文详情"
- }
- },
- //教师个人信息
- {
- "path": "pages/EducationalAdministration/EmpInfo/list",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- //收件箱
- {
- "path": "pages/EducationalAdministration/SYS_ReceiveMessage/list",
- "style": {
- "navigationBarTitleText": "收件箱"
- }
- },
- {
- "path": "pages/EducationalAdministration/SYS_ReceiveMessage/single",
- "style": {
- "navigationBarTitleText": "邮件详情"
- }
- },
- //活动安排
- {
- "path": "pages/PersonnelManagement/ActivitySchedule/list",
- "style": {
- "navigationBarTitleText": "活动安排"
- }
- },
- {
- "path": "pages/PersonnelManagement/ActivitySchedule/single",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- //班级活动记事
- {
- "path": "pages/PersonnelManagement/ClassWork/list",
- "style": {
- "navigationBarTitleText": "班级工作记事"
- }
- },
- {
- "path": "pages/PersonnelManagement/ClassWork/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //值班安排
- {
- "path": "pages/PersonnelManagement/DutySchedule/list",
- "style": {
- "navigationBarTitleText": "值班安排"
- }
- },
- {
- "path": "pages/PersonnelManagement/DutySchedule/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //掌上报修
- {
- "path": "pages/PersonnelManagement/EmpRepair/list",
- "style": {
- "navigationBarTitleText": "掌上报修"
- }
- },
- {
- "path": "pages/PersonnelManagement/EmpRepair/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //日程安排
- {
- "path": "pages/PersonnelManagement/Schedule/list",
- "style": {
- "navigationBarTitleText": "日程安排"
- }
- },
- {
- "path": "pages/PersonnelManagement/Schedule/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //调度信息
- {
- "path": "pages/EducationalAdministration/ArrangeLessonTermAttemper/list",
- "style": {
- "navigationBarTitleText": "调度信息"
- }
- },
- //请假管理
- {
- "path": "pages/EducationalAdministration/StuAttendanceLeave/list",
- "style": {
- "navigationBarTitleText": "学生课表请假审核"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuAttendanceLeave/single",
- "style": {
- "navigationBarTitleText": "审核"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuAttendanceLeave/IndexInStudent/list",
- "style": {
- "navigationBarTitleText": "课表请假管理"
- }
- },
- // 按天请假管理
- {
- "path": "pages/EducationalAdministration/StuLeaveManagement/list",
- "style": {
- "navigationBarTitleText": "按天请假管理"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuLeaveManagement/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuLeaveManagement/Check/list",
- "style": {
- "navigationBarTitleText": "学生按天请假审核"
- }
- },
- {
- "path": "pages/PersonnelManagement/CustmerLeave/TeacherLeave/list",
- "style": {
- "navigationBarTitleText": "普通教师请假统计"
- }
- },
- {
- "path": "pages/PersonnelManagement/CustmerLeave/LeaderLeave/list",
- "style": {
- "navigationBarTitleText": "中层领导请假统计"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuLeaveManagement/Check/single",
- "style": {
- "navigationBarTitleText": "审核"
- }
- },
- // 学生请假审核
- {
- "path": "pages/AssetManagementSystem/Leavebyday/single",
- "style": {
- "navigationBarTitleText": "审核"
- }
- },
- //疫情详细信息
- {
- "path": "pages/PersonnelManagement/ContactsDetails/list",
- "style": {
- "navigationBarTitleText": "疫情详细信息"
- }
- },
- {
- "path": "pages/PersonnelManagement/ContactsDetails/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //听课记录
- {
- "path": "pages/LogisticsManagement/ListenClassRecord/list",
- "style": {
- "navigationBarTitleText": "听课记录"
- }
- },
- {
- "path": "pages/LogisticsManagement/ListenClassRecord/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //掌上评教
- {
- "path": "pages/EducationalAdministration/EvaluationTeach/list",
- "style": {
- "navigationBarTitleText": "课程列表"
- }
- },
- {
- "path": "pages/EducationalAdministration/EvaluationTeach/single",
- "style": {
- "navigationBarTitleText": "评教"
- }
- },
- //薛
- //在线缴费
- {
- "path": "pages/onlienpay/list",
- "style": {
- "navigationBarTitleText": "在线缴费"
- }
- },
- //成绩查询
- {
- "path": "pages/studentSee/list",
- "style": {
- "navigationBarTitleText": "成绩查询"
- }
- },
- //我的考勤
- {
- "path": "pages/studentCheck/list",
- "style": {
- "navigationBarTitleText": "我的考勤"
- }
- },
- //我的处分
- {
- "path": "pages/StuPunishment/list",
- "style": {
- "navigationBarTitleText": "我的处分"
- }
- },
- //考试安排
- {
- "path": "pages/stuExamArrangement/list",
- "style": {
- "navigationBarTitleText": "考试安排",
- "backgroundColor": "#ffffff"
- }
- },
- //奖励信息
- {
- "path": "pages/StuEncourgement/list",
- "style": {
- "navigationBarTitleText": "奖励信息"
- }
- },
- //我的课表
- {
- "path": "pages/timeTable/list",
- "style": {
- "navigationBarTitleText": "我的课表"
- }
- },
- {
- "path": "pages/timeTable/leaveFrom",
- "style": {
- "navigationBarTitleText": "请假"
- }
- },
- //选修课选课(预)
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/list",
- "style": {
- "navigationBarTitleText": "选修课选课(预)"
- }
- },
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/from",
- "style": {
- "navigationBarTitleText": "查看详情"
- }
- },
- //选修课选课
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list",
- "style": {
- "navigationBarTitleText": "选修课选课"
- }
- },
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from",
- "style": {
- "navigationBarTitleText": "查看详情"
- }
- },
- //我的选修课
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/list",
- "style": {
- "navigationBarTitleText": "我的选修课"
- }
- },
- {
- "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/from",
- "style": {
- "navigationBarTitleText": "查看详情"
- }
- },
- //学费查询
- {
- "path": "pages/StuPayFee/list",
- "style": {
- "navigationBarTitleText": "学费查询"
- }
- },
- //自诊打卡
- {
- "path": "pages/PersonnelManagement/EpidemicSituationCopy/list",
- "style": {
- "navigationBarTitleText": "自诊打卡"
- }
- },
- {
- "path": "pages/PersonnelManagement/EpidemicSituationCopy/from",
- "style": {
- "navigationBarTitleText": "查看详情"
- }
- },
- //班级自诊打卡测温
- {
- "path": "pages/EducationalAdministration/Thermography/measure/list",
- "style": {
- "navigationBarTitleText": "班级自诊打卡测温"
- }
- },
- //报道流程
- {
- "path": "pages/notice/list",
- "style": {
- "navigationBarTitleText": "报道流程"
- }
- },
- //扫码入教学楼记录
- {
- "path": "pages/EducationalAdministration/R_EnterBuilding/list",
- "style": {
- "navigationBarTitleText": "扫码入教学楼记录"
- }
- },
- {
- "path": "pages/EducationalAdministration/R_EnterBuilding/from",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //量表考核
- {
- "path": "pages/Ask/list",
- "style": {
- "navigationBarTitleText": "量表考核"
- }
- },
- {
- "path": "pages/Ask/from",
- "style": {
- "navigationBarTitleText": "开始答卷"
- }
- },
- //社团签到
- {
- "path": "pages/PersonnelManagement/CommunityAttendance/Index/list",
- "style": {
- "navigationBarTitleText": "社团签到"
- }
- },
- //周末做
- //入校测试
- {
- "path": "pages/EducationalAdministration/StudentQRCode/list",
- "style": {
- "navigationBarTitleText": "入校测试"
- }
- },
- {
- "path": "pages/EducationalAdministration/StudentQRCode/Normal/list",
- "style": {
- "navigationBarTitleText": "正常"
- }
- },
- {
- "path": "pages/EducationalAdministration/StudentQRCode/AbNormalWeak/list",
- "style": {
- "navigationBarTitleText": "异常微弱"
- }
- },
- {
- "path": "pages/EducationalAdministration/StudentQRCode/AbNormalSerious/list",
- "style": {
- "navigationBarTitleText": "异常严重"
- }
- },
- //工资条
- {
- "path": "pages/wages/list",
- "style": {
- "navigationBarTitleText": "工资条"
- }
- },
- //监考安排
- {
- "path": "pages/examArrangement/list",
- "style": {
- "navigationBarTitleText": "监考安排"
- }
- },
-
- //教师考勤
- {
- "path": "pages/attendance/list",
- "style": {
- "navigationBarTitleText": "教师考勤"
- }
- },
- //学生考勤记录
- {
- "path": "pages/myAttendance/list",
- "style": {
- "navigationBarTitleText": "学生考勤记录"
- }
- },
- {
- "path": "pages/myAttendance/single",
- "style": {
- "navigationBarTitleText": "学生签到记录"
- }
- },
- //课堂考勤
- {
- "path": "pages/studentAttendance/list",
- "style": {
- "navigationBarTitleText": "课堂考勤"
- }
- },
- {
- "path": "pages/studentAttendance/single",
- "style": {
- "navigationBarTitleText": "学生签到"
- }
- },
- //教学工作量
- {
- "path": "pages/TeacherWorkload/list",
- "style": {
- "navigationBarTitleText": "教学工作量"
- }
- },
- //实盘结果录入
- {
- "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryList/list",
- "style": {
- "navigationBarTitleText": "实盘结果录入"
- }
- },
- {
- "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryItemList/list",
- "style": {
- "navigationBarTitleText": "盘点单"
- }
- },
- {
- "path": "pages/AssetManagementSystem/Ass_InventoryResult/Ass_InventoryItemList/from",
- "style": {
- "navigationBarTitleText": "实盘结果录入"
- }
- },
- //经费开支
- {
- "path": "pages/AssetManagementSystem/FundsApply/list",
- "style": {
- "navigationBarTitleText": "经费开支"
- }
- },
- {
- "path": "pages/AssetManagementSystem/FundsApply/single",
- "style": {
- "navigationBarTitleText": "经费开支"
- }
- },
- //新生信息完善
- {
- "path": "pages/welcome/list",
- "style": {
- "navigationBarTitleText": "新生信息完善"
- }
- },
- //新生入校流程
- {
- "path": "pages/notice2/list",
- "style": {
- "navigationBarTitleText": "新生入校流程"
- }
- },
- //填写贷款回执码 /EducationalAdministration/StuInfoFresh/StudentLoan
- {
- "path": "pages/EducationalAdministration/StuInfoFresh/StudentLoan/list",
- "style": {
- "navigationBarTitleText": "填写贷款回执码"
- }
- },
- //生成报到二维码
- {
- "path": "pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list",
- "style": {
- "navigationBarTitleText": "生成报到二维码"
- }
- },
- //新生缴费管理
- {
- "path": "pages/EducationalAdministration/StuInfoFresh/PayFee/list",
- "style": {
- "navigationBarTitleText": "新生缴费管理"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuInfoFresh/PayFee/single",
- "style": {
- "navigationBarTitleText": "缴费详情"
- }
- },
- //扫码报到
- {
- "path": "pages/WelcomNewStudents/ConfirmStudentsCheckIn/list",
- "style": {
- "navigationBarTitleText": "扫码报到"
- }
- },
- {
- "path": "pages/WelcomNewStudents/ConfirmStudentsCheckIn/from",
- "style": {
- "navigationBarTitleText": "确认报到"
- }
- },
- //扫码入校记录
- {
- "path": "pages/EducationalAdministration/R_EnterSchool/list",
- "style": {
- "navigationBarTitleText": "扫码入校记录"
- }
- },
- //通知公告
- {
- "path": "pages/LR_OAModule/list",
- "style": {
- "navigationBarTitleText": "通知公告"
- }
- },
- //经费开支审核
- {
- "path": "pages/AssetManagementSystem/Audit_Expenditures/single",
- "style": {
- "navigationBarTitleText": "经费开支审核"
- }
- },
- //会议工作管理
- {
- "path": "pages/PersonnelManagement/MeetingManagement/list",
- "style": {
- "navigationBarTitleText": "会议工作管理"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingManagement/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //会议纪要
- {
- "path": "pages/PersonnelManagement/MeetingMinutes/list",
- "style": {
- "navigationBarTitleText": "会议纪要"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingMinutes/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //会议签到记录
- {
- "path": "pages/PersonnelManagement/MeetingSignInRecord/list",
- "style": {
- "navigationBarTitleText": "会议签到记录"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingSignInRecord/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingMy/list",
- "style": {
- "navigationBarTitleText": "我的会议"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingMy/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/PersonnelManagement/MeetingSignInScan/list",
- "style": {
- "navigationBarTitleText": "会议扫码签到"
- }
- },
- {
- "path": "pages/MealCardRunTab/list",
- "style": {
- "navigationBarTitleText": "一卡通流水"
- }
- },
- {
- "path": "pages/LR_OAModule/noticeExamine",
- "style": {
- "navigationBarTitleText": "通知公告",
- "enablePullDownRefresh": false
- }
- },
- //寝室日常考核管理
- {
- "path": "pages/LogisticsManagement/Acc_DailyAssess/list",
- "style": {
- "navigationBarTitleText": "寝室日常考核管理"
- }
- },
- {
- "path": "pages/LogisticsManagement/Acc_DailyAssess/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //公共区域卫生管理
- {
- "path": "pages/LogisticsManagement/Acc_PublicAreaHealth/list",
- "style": {
- "navigationBarTitleText": "公共区域卫生管理"
- }
- },
- {
- "path": "pages/LogisticsManagement/Acc_PublicAreaHealth/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //学生日常规管理
- {
- "path": "pages/LogisticsManagement/Acc_StuDayRoutine/list",
- "style": {
- "navigationBarTitleText": "学生日常规管理"
- }
- },
- {
- "path": "pages/LogisticsManagement/Acc_StuDayRoutine/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //宿舍物品损坏上报
- {
- "path": "pages/LogisticsManagement/Acc_GoodsDemage/list",
- "style": {
- "navigationBarTitleText": "宿舍物品损坏上报"
- }
- },
- {
- "path": "pages/LogisticsManagement/Acc_GoodsDemage/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- //毕业信息统计
- {
- "path": "pages/EducationalAdministration/StuGraduateStatistic/list",
- "style": {
- "navigationBarTitleText": "毕业信息统计"
- }
- },
- {
- "path": "pages/EducationalAdministration/StuGraduateStatistic/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- // 财政工资条
- {
- "path": "pages/Payslip/Payslip/list",
- "style": {
- "navigationBarTitleText": "我的工资"
- }
- },
- {
- "path": "pages/Payslip/Payslip/single",
- "style": {
- "navigationBarTitleText": "我的工资"
- }
- },
- // 外聘工资条
- {
- "path": "pages/Payslip/recruitPayslip/list",
- "style": {
- "navigationBarTitleText": "外聘工资条"
- }
- },
- {
- "path": "pages/Payslip/recruitPayslip/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- // 公益性岗位工资条
- {
- "path": "pages/Payslip/welfarePayslip/list",
- "style": {
- "navigationBarTitleText": "公益性岗位"
- }
- },
- {
- "path": "pages/Payslip/welfarePayslip/single",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }
-
- ],
-
- // 全局样式
- "globalStyle": {
- "navigationBarTextStyle": "white", //导航栏标题颜色及状态栏前景颜色
- "enablePullDownRefresh": false, //是否开启下拉刷新
- "navigationBarBackgroundColor": "#0C86D8", //导航栏背景颜色
- "backgroundColor": "#f3f3f3", //窗口背景色
- "navigationBarTitleText": "数字化校园", //导航栏标题文字内容
- "mp-alipay": {
- "allowsBounceVertical": "NO"
- }
- },
-
- // 底边栏
- "tabBar": {
- "color": "#8c8c8c",
- "selectedColor": "#3398DC",
- "borderStyle": "black",
- "backgroundColor": "#f5f5f5",
- "list": [{
- "pagePath": "pages/home",
- "iconPath": "static/img-bar/tab-home.png",
- "selectedIconPath": "static/img-bar/tab-home-active.png",
- "text": "首页"
- // }, {
- // "pagePath": "pages/msg",
- // "iconPath": "static/img-bar/tab-msg.png",
- // "selectedIconPath": "static/img-bar/tab-msg-active.png",
- // "text": "消息"
- },
- {
- "pagePath": "pages/contact",
- "iconPath": "static/img-bar/tab-contact.png",
- "selectedIconPath": "static/img-bar/tab-contact-active.png",
- "text": "通讯录"
- }, {
- "pagePath": "pages/my",
- "iconPath": "static/img-bar/tab-my.png",
- "selectedIconPath": "static/img-bar/tab-my-active.png",
- "text": "我的"
- }
- ]
- },
-
- // 自动引入组件配置
- "easycom": {
- "custom": {
- // 组件演示页专用组件,用于点击展开显示组件用法
- "l-demo-description": "@/components/learun-app/demo-description.vue",
-
- // 滚动列表,支持下拉刷新/上拉加载
- "l-scroll-list": "@/components/learun-app/scroll-list.vue",
-
- // 动态表单
- "l-customform-table": "@/components/learun-app/customform-table.vue",
- "l-customform": "@/components/learun-app/customform.vue",
-
- // 扩展表单选项
- "l-layer-picker": "@/components/learun-app/layer-picker.vue",
- "l-organize-picker": "@/components/learun-app/organize-picker.vue",
- "l-upload-file": "@/components/learun-app/upload-file.vue",
- "l-organize-tree": "@/components/learun-app/organize-tree.vue",
- "l-organize-single-item": "@/components/learun-app/organize-single-item.vue",
-
- // 工作流页面专用
- "l-workflow-action": "@/components/learun-app/workflow-action.vue",
- "l-workflow-timeline": "@/components/learun-app/workflow-timeline.vue",
-
- // 自定义业务页面专用
- "l-customlist-banner": "@/components/learun-app/customlist-banner.vue",
- "l-customlist-add": "@/components/learun-app/customlist-add.vue",
- "l-customlist-action": "@/components/learun-app/customlist-action.vue",
- "l-customlist-sidepage-datefilter": "@/components/learun-app/customlist-sidepage-datefilter.vue",
- "l-customlist": "@/components/learun-app/customlist.vue",
-
- // jshint ignore:start
-
- // LearunMPUI 小程序 UI 库基础组件
- // 引入分为阿里小程序版和非阿里小程序版,因为阿里小程序需要单独适配
- // #ifdef MP-ALIPAY
- "l-(.*)": "@/components/learun-mpui/learun-ui-ali/$1.vue",
- // #endif
- // #ifndef MP-ALIPAY
- "l-(.*)": "@/components/learun-mpui/learun-ui-mp/$1.vue",
- // #endif
-
- // jshint ignore:end
-
- // 第三方组件
- "tki-qrcode": "@/components/tki-qrcode/tki-qrcode.vue",
- "u-parse": "@/components/u-parse/u-parse.vue"
- }
- }
- }
- // "condition" : { //模式配置,仅开发期间生效
- // "current": 0, //当前激活的模式(list 的索引项)
- // "list": [
- // {
- // "name": "", //模式名称
- // "path": "", //启动页面,必选
- // "query": "" //启动参数,在页面的onLoad函数里面得到
- // }
- // ]
- // }
- // }
|