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.

84 lines
1.9 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": [{
2 years ago
"path": "pages/login/login"
}, {
"path" : "pages/register/register"
},{
2 years ago
"path": "pages/chat/chat"
}, {
2 years ago
"path": "pages/friend/friend"
}, {
2 years ago
"path": "pages/group/group"
}, {
2 years ago
"path": "pages/mine/mine"
}, {
"path": "pages/common/user-info"
}, {
"path": "pages/chat/chat-box"
},{
"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": {
1 year ago
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#f7f7f7",
"backgroundColor": "#f7f7f7"
},
"tabBar": {
"color": "#000000",
2 years ago
"selectedColor": "#587ff0",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/chat/chat",
"iconPath": "static/tarbar/chat.png",
"selectedIconPath": "static/tarbar/chat_active.png",
"text": "消息"
},
{
"pagePath": "pages/friend/friend",
"iconPath": "static/tarbar/friend.png",
"selectedIconPath": "static/tarbar/friend_active.png",
"text": "好友"
},
{
"pagePath": "pages/group/group",
"iconPath": "static/tarbar/group.png",
"selectedIconPath": "static/tarbar/group_active.png",
"text": "群聊"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tarbar/mine.png",
"selectedIconPath": "static/tarbar/mine_active.png",
"text": "我的"
}
]
3 years ago
},
"uniIdRouter": {}
}