123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "pages": [
- {
- "path": "pages/views/login",
- "style": {}
- },
- {
- "path": "TUIKit/components/TUIConversation/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "TUIKit/components/TUIChat/index",
- "style": {
- "navigationBarTitleText": "",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "TUIKit/components/TUIChat/indexlink",
- "style": {
- "navigationBarTitleText": "",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "TUIKit/components/TUIContact/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "autoBackButton": true,
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/views/profile",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "autoBackButton": true
- }
- },
- {
- "path": "TUIKit/components/TUIChat/video-play",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "autoBackButton": true
- }
- },
- {
- "path": "TUIKit/components/TUIChat/web-view",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "autoBackButton": true
- }
- },
- {
- "path": "TUIKit/components/TUIGroup/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "autoBackButton": true
- }
- },
- {
- "path": "TUIKit/components/TUISearch/index",
- "style": {
- "navigationBarTitleText": "聊天记录",
- "autoBackButton": true
- }
- },
- {
- "path": "pages/group/index",
- "style": {
- "navigationBarTitleText": "资源聚合群",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/data",
- "style": {
- "navigationBarTitleText": "群资料",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/scan",
- "style": {
- "navigationBarTitleText": "扫码进群",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/person",
- "style": {
- "navigationBarTitleText": "新的联系人",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/chat",
- "style": {
- "navigationBarTitleText": "我的群聊",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/black-list",
- "style": {
- "navigationBarTitleText": "黑名单",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/group/add",
- "style": {
- "navigationBarTitleText": "添加好友",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/message/serviceNotice",
- "style": {
- "navigationBarTitleText": "服务通知",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/message/interactive",
- "style": {
- "navigationBarTitleText": "互动消息",
- "autoBackButton": true,
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|