袁磊 8 months ago
parent
commit
c9b8b88de7
  1. 15
      pages.json

15
pages.json

@ -1,6 +1,6 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
//
"pages": [
//
{ {
"path": "pages/home/user", "path": "pages/home/user",
"style": { "style": {
@ -11,15 +11,15 @@
{ {
"path" : "uni_modules/vrapile-im/pages/home/chatHome", "path" : "uni_modules/vrapile-im/pages/home/chatHome",
"style" : { "style" : {
"enablePullDownRefresh": false,
"navigationBarTitleText": "消息"
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
} }
}, },
{ {
"path": "uni_modules/vrapile-im/pages/chat/chatFriend", "path": "uni_modules/vrapile-im/pages/chat/chatFriend",
"style": { "style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "聊天"
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": false
} }
} }
], ],
@ -100,6 +100,5 @@
"text": "我的" "text": "我的"
} }
] ]
},
"uniIdRouter": {}
}
} }
Loading…
Cancel
Save