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.

114 lines
2.4 KiB

3 years ago
{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [{
"path": "pages/chat/chat"
}, {
"path": "pages/login/login"
},
{
"path": "pages/register/register"
},
{
"path": "pages/friend/friend"
},
{
"path": "pages/group/group"
},
{
"path": "pages/mine/mine"
},
{
"path": "pages/common/user-info"
},
{
"path": "pages/chat/chat-box",
"style": {
"mp-weixin": {
"disableScroll": true
},
"app-plus": {
// adjustPanadjustResize=webview+
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/chat/chat-private-video"
},
{
"path": "pages/chat/chat-group-video"
},
{
"path": "pages/friend/friend-add"
},
{
"path": "pages/group/group-info"
},
{
"path": "pages/group/group-edit"
},
{
"path": "pages/group/group-invite"
},
{
"path": "pages/group/group-member"
},
{
"path": "pages/mine/mine-edit"
},
{
"path": "pages/mine/mine-password"
}
],
3 years ago
"globalStyle": {
"navigationBarTitleText": "盒子IM",
"navigationBarTextStyle": "black",
/* #ifndef MP-WEIXIN */
1 year ago
"navigationStyle": "custom",
/* #endif */
/* #ifdef MP-WEIXIN */
"navigationStyle": "default",
/* #endif */
1 year ago
"navigationBarBackgroundColor": "#f7f7f7",
"backgroundColor": "#f7f7f7"
},
"tabBar": {
"color": "#000000",
2 years ago
"selectedColor": "#587ff0",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/chat/chat",
"iconPath": "static/tab/chat.png",
"selectedIconPath": "static/tab/chat_active.png",
"text": "消息"
},
{
"pagePath": "pages/friend/friend",
"iconPath": "static/tab/friend.png",
"selectedIconPath": "static/tab/friend_active.png",
"text": "好友"
},
{
"pagePath": "pages/group/group",
"iconPath": "static/tab/group.png",
"selectedIconPath": "static/tab/group_active.png",
"text": "群聊"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tab/mine.png",
"selectedIconPath": "static/tab/mine_active.png",
"text": "我的"
}
]
3 years ago
},
"uniIdRouter": {}
}