pref:页面名称修改
This commit is contained in:
parent
66c4e7ee25
commit
95d45a0ade
|
@ -31,7 +31,7 @@ export default {
|
||||||
useImg: true,
|
useImg: true,
|
||||||
icon: "/static/tabbar/tabbar-icon1.png",
|
icon: "/static/tabbar/tabbar-icon1.png",
|
||||||
activeIcon: "/static/tabbar/tabbar-icon1.png",
|
activeIcon: "/static/tabbar/tabbar-icon1.png",
|
||||||
pagePath: "/pages/home/index",
|
pagePath: "/pages/home/conversations/index",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "留言板",
|
text: "留言板",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/home/conversation/index",
|
"path": "pages/home/conversations/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "会话列表",
|
"navigationBarTitleText": "会话列表",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"pagePath": "pages/home/conversation/index",
|
"pagePath": "pages/home/conversations/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": "会话列表"
|
||||||
|
|
Loading…
Reference in New Issue