|
|
@ -1,25 +1,25 @@ |
|
|
{ |
|
|
{ |
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
|
|
// 我的 |
|
|
|
|
|
|
|
|
"pages": [ |
|
|
|
|
|
//用户 |
|
|
{ |
|
|
{ |
|
|
"path": "pages/home/user", |
|
|
"path": "pages/home/user", |
|
|
"style" : { |
|
|
|
|
|
|
|
|
"style": { |
|
|
"navigationBarTitleText": "我的", |
|
|
"navigationBarTitleText": "我的", |
|
|
"enablePullDownRefresh": false |
|
|
"enablePullDownRefresh": false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "uni_modules/vrapile-im/pages/home/chatHome", |
|
|
|
|
|
"style": { |
|
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
|
"navigationBarTitleText": "消息" |
|
|
|
|
|
|
|
|
"path" : "uni_modules/vrapile-im/pages/home/chatHome", |
|
|
|
|
|
"style" : { |
|
|
|
|
|
"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": {} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |