| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chat/index",
- "style": {
- "navigationBarTitleText": "聊天",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/contacts/index",
- "style": {
- "navigationBarTitleText": "通讯录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/contact-detail/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/app-center/index",
- "style": {
- "navigationBarTitleText": "应用中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/search-center/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/profile/index",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/webview/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#259653",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "消息",
- "iconPath": "static/icons/tab-message.png",
- "selectedIconPath": "static/icons/tab-message-active.png"
- },
- {
- "pagePath": "pages/contacts/index",
- "text": "通讯录",
- "iconPath": "static/icons/tab-contacts.png",
- "selectedIconPath": "static/icons/tab-contacts-active.png"
- },
- {
- "pagePath": "pages/app-center/index",
- "text": "应用中心",
- "iconPath": "static/icons/tab-app.png",
- "selectedIconPath": "static/icons/tab-app-active.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "韫珠IM",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|