diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index b97438479..958f68c67 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -815,7 +815,7 @@ "navigationBarTitleText": "监考安排" } }, - + //教师考勤 { "path": "pages/attendance/list", @@ -1093,8 +1093,8 @@ - - ], + + ], // 全局样式 "globalStyle": { @@ -1119,11 +1119,11 @@ "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/msg", + // "iconPath": "static/img-bar/tab-msg.png", + // "selectedIconPath": "static/img-bar/tab-msg-active.png", + // "text": "消息" }, { "pagePath": "pages/contact", @@ -1189,3 +1189,15 @@ } } } +// "condition" : { //模式配置,仅开发期间生效 +// "current": 0, //当前激活的模式(list 的索引项) +// "list": [ +// { +// "name": "", //模式名称 +// "path": "", //启动页面,必选 +// "query": "" //启动参数,在页面的onLoad函数里面得到 +// } +// ] +// } +// } +}