Compare commits

..

No commits in common. "66c4e7ee250e3161c993fa497b680335a8c98560" and "81c1a81e66d4af6d1603868d21e1e13d4b075582" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

@ -12,6 +12,13 @@
] ]
}, },
"pages": [ "pages": [
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "会话列表",
"navigationStyle": "custom"
}
},
{ {
"path": "pages/notes/index", "path": "pages/notes/index",
"style": { "style": {
@ -42,14 +49,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/home/conversation/index",
"style": {
"navigationBarTitleText": "会话列表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{ {
"path": "pages/login/login/index", "path": "pages/login/login/index",
"style": { "style": {
@ -201,7 +200,7 @@
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [ "list": [
{ {
"pagePath": "pages/home/conversation/index", "pagePath": "pages/home/index",
"iconPath": "static/tabbar/icon_home.png", "iconPath": "static/tabbar/icon_home.png",
"selectedIconPath": "static/tabbar/icon_home_active.png", "selectedIconPath": "static/tabbar/icon_home_active.png",
"text": "会话列表" "text": "会话列表"