From fe6aaba8b1e4fa8ee2bd7ab8c56d409239061612 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 12 Aug 2022 12:03:36 +0800 Subject: [PATCH] =?UTF-8?q?app2.0-=E9=A6=96=E9=A1=B5=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages.json | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) 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函数里面得到 +// } +// ] +// } +// } +}