|
@@ -9,6 +9,12 @@
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path":"pages/message/index",
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"消息"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/mine/index",
|
|
|
"style": {
|
|
@@ -43,9 +49,12 @@
|
|
|
"list": [
|
|
|
{
|
|
|
"pagePath": "pages/home/index",
|
|
|
-
|
|
|
"text": "首页"
|
|
|
},
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/index",
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/mine/index",
|
|
|
"text": "我的"
|