123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "pages": [{
- "path": "pages/login/login"
- }, {
- "path": "pages/chat/chat"
- }, {
- "path": "pages/friend/friend"
- }, {
- "path": "pages/group/group"
- }, {
- "path": "pages/mine/mine"
- }, {
- "path": "pages/friend/friend-search"
- }, {
- "path": "pages/common/user-info"
- }, {
- "path": "pages/chat/chat-box"
- },{
- "path": "pages/chat/chat-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"
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "盒子IM",
- "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": {}
- }
|