|
@@ -27,7 +27,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/views/teacherPage/laboratoryList",//我的
|
|
|
+ "path": "pages/views/teacherPage/laboratoryList",//实验室列表
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "实验室安全智慧化管控系统",
|
|
|
"navigationBarTextStyle": "white", //导航文字颜色
|
|
@@ -40,6 +40,15 @@
|
|
|
"navigationBarTitleText": "消息"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/views/mine/mine",//我的
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "navigationBarTextStyle": "white", //导航文字颜色
|
|
|
+ "navigationBarBackgroundColor": "#0183FA" //导航背景色
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/views/information/informationInfo",//消息
|
|
|
"style": {
|