You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
2.2 KiB
105 lines
2.2 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
// 我的
|
|
{
|
|
"path": "pages/home/user",
|
|
"style" : {
|
|
"navigationBarTitleText": "我的",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "uni_modules/vrapile-im/pages/home/chatHome",
|
|
"style": {
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "uni_modules/vrapile-im/pages/chat/chatFriend",
|
|
"style": {
|
|
"enablePullDownRefresh": true,
|
|
"navigationBarTitleText": "聊天"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
//用户
|
|
{
|
|
"root": "pages/user",
|
|
"pages": [
|
|
{
|
|
"path": "login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
]
|
|
},
|
|
//设置
|
|
{
|
|
"root": "pages/setting",
|
|
"pages": [
|
|
{
|
|
"path" : "about",
|
|
"style" : {
|
|
"navigationBarTitleText": "关于",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path" : "contact",
|
|
"style" : {
|
|
"navigationBarTitleText": "联系我们",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path" : "setting",
|
|
"style" : {
|
|
"navigationBarTitleText": "设置",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "IM",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"h5": {
|
|
"titleNView": false,
|
|
"maxWidth": 1190,
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
},
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#0000ff",
|
|
"list": [
|
|
{
|
|
"pagePath": "uni_modules/vrapile-im/pages/home/chatHome",
|
|
"iconPath": "static/image/tabbar/chat.png",
|
|
"selectedIconPath": "static/image/tabbar/chat-fill.png",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/home/user",
|
|
"iconPath": "static/image/tabbar/user.png",
|
|
"selectedIconPath": "static/image/tabbar/user-fill.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|