| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "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/login/login"
- }, {
- "path" : "pages/register/register"
- },{
- "path": "pages/chat/chat"
- }, {
- "path": "pages/friend/friend"
- }, {
- "path": "pages/group/group"
- }, {
- "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"
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "盒子IM",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F0F0F0",
- "backgroundColor": "#fdfdfd"
- },
- "tabBar": {
- "color": "#000000",
- "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": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|