| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "pages": [
- {
- "path": "pages/startup/index",
- "style": {
- "navigationBarTitleText": "启动",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/reset-password/index",
- "style": {
- "navigationBarTitleText": "重置密码"
- }
- },
- {
- "path": "pages/change-password/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/app-settings/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/identity-qr/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": {}
- }
|