Compare commits
No commits in common. "66c4e7ee250e3161c993fa497b680335a8c98560" and "81c1a81e66d4af6d1603868d21e1e13d4b075582" have entirely different histories.
66c4e7ee25
...
81c1a81e66
17
pages.json
17
pages.json
|
@ -12,6 +12,13 @@
|
|||
]
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/home/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会话列表",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/notes/index",
|
||||
"style": {
|
||||
|
@ -42,14 +49,6 @@
|
|||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/home/conversation/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会话列表",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/login/index",
|
||||
"style": {
|
||||
|
@ -201,7 +200,7 @@
|
|||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/conversation/index",
|
||||
"pagePath": "pages/home/index",
|
||||
"iconPath": "static/tabbar/icon_home.png",
|
||||
"selectedIconPath": "static/tabbar/icon_home_active.png",
|
||||
"text": "会话列表"
|
||||
|
|
Loading…
Reference in New Issue