{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "设备" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登陆" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/template/template", "style": { "navigationBarTitleText": "模版" } }, { "path": "pages/addDevice/addDevice", "style": { "navigationBarTitleText": "添加设备" } }, { "path": "pages/invite/invite", "style": { "navigationBarTitleText": "" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/feedback/feedback", "style": { "navigationBarTitleText": "反馈问题" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/policy/policy", "style": { "navigationBarTitleText": "" } }, { "path": "pages/addTemplate/addTemplate", "style": { "navigationBarTitleText": "添加模版" } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "" } }, { "path": "pages/personal/personal", "style": { "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "LEDAPP", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar": { "color": "#757575", "selectedColor": "#3086F3", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/img/ico_m1.png", "selectedIconPath": "/static/img/ico_m1a.png", "text": "设备" }, { "pagePath": "pages/template/template", "iconPath": "/static/img/ico_m2.png", "selectedIconPath": "/static/img/ico_m2a.png", "text": "模版" }, { "pagePath": "pages/my/my", "iconPath": "/static/img/ico_m3.png", "selectedIconPath": "/static/img/ico_m3a.png", "text": "我的" } ] }, "uniIdRouter": {} }