{ "pages": [ { "path": "pages/user/login", "style": { "navigationBarTitleText": "登录", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF", "app-plus": { "titleNView": { "autoBackButton": false } } } }, { "path": "pages/sense/healthble", "style": { "navigationBarTitleText": "健康蓝牙仪表", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/msg/index", "style": { "navigationBarTitleText": "会话", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, // { // "path": "pages/sport/teacher/class-training/index", // "style": { // "navigationBarTitleText": "体育课训练", // "navigationBarTextStyle": "black", // "navigationBarBackgroundColor": "#FFFFFF" // } // }, { "path": "pages/sport/chat/index", "style": { "navigationBarTitleText": "聊天与通知", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/sport/chat/room", "style": { "navigationBarTitleText": "会话", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/location/index", "style": { "navigationBarTitleText": "手环位置", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, // { // "path": "pages/location/gateway", // "style": { // "navigationBarTitleText": "网关管理", // "navigationBarTextStyle": "black", // "navigationBarBackgroundColor": "#FFFFFF" // } // }, { "path": "pages/user/center", "style": { "navigationBarTitleText": "个人中心", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/user/register", "style": { "navigationBarTitleText": "注册", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/user/profile", "style": { "navigationBarTitleText": "个人资料", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/user/forgot-password", "style": { "navigationBarTitleText": "忘记密码", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" } } ], "tabBar": { "color": "#ffffff", "selectedColor": "#0000ff", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/sense/healthble", "iconPath": "/static/image/tab-device.png", "selectedIconPath": "/static/image/tab-device-active.png", "text": "设备" }, { "pagePath": "pages/sport/chat/index", "iconPath": "/static/image/tab-chat.png", "selectedIconPath": "/static/image/tab-chat-active.png", "text": "微通信" }, { "pagePath": "pages/location/index", "iconPath": "/static/image/tab-location.png", "selectedIconPath": "/static/image/tab-location-active.png", "text": "微位置" }, { "pagePath": "pages/user/center", "iconPath": "/static/image/tab-user.png", "selectedIconPath": "/static/image/tab-user-active.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "AI监测", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }