| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "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/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": {}
- }
|