| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "盒子IM"
- }
- }, {
- "path": "pages/chat/chat",
- "style": {
- "navigationBarTitleText": "聊天消息",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "",
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "40rpx"
- },
- {
- "text": "",
- "fontSrc": "/static/iconFont/iconfont.ttf",
- "fontSize": "40rpx"
- }
- ]
- }
- }
- }
- }, {
- "path": "pages/friend/friend",
- "style": {
- "navigationBarTitleText": "好友列表",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "",
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "40rpx",
- "width": "50rpx"
- },
- {
- "text": "",
- "fontSrc": "/static/iconFont/iconfont.ttf",
- "fontSize": "30rpx",
- "width": "50rpx"
- }
- ]
- }
- }
- }
- }, {
- "path": "pages/group/group",
- "style": {
- "navigationBarTitleText": "群聊列表",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/friend/friend-search",
- "style": {
- "app-plus": {
- "navigationBarTitleText": "好友查找",
- "titleNView": {
- "buttons": [{
- "text": "取消",
- "fontSize": "20rpx",
- "width": "80rpx"
- }
-
- ],
- "searchInput": {
- "autoFocus": true,
- "placeholder": "输入好友昵称",
- "borderRadius": "10rpx"
- },
- "autoBackButton": false
- }
-
- }
- }
- },{
- "path": "pages/common/user-info"
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F0F0F0",
- "backgroundColor": "#fdfdfd"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#09C160",
- "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": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|